summaryrefslogtreecommitdiff
path: root/.qmake.conf
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2015-10-19 18:02:08 +0300
committerBogDan Vatra <bogdan@kdab.com>2015-10-19 15:15:53 +0000
commit5daf90cf1f6ae7f6708649c35b003a87bc7d9f50 (patch)
treee1739f418298fa8b5e64c45074b9c5bfc13783a4 /.qmake.conf
parent021a503205caf1c645aca0610f3b6fc07a17f998 (diff)
downloadqtscript-5daf90cf1f6ae7f6708649c35b003a87bc7d9f50.tar.gz
Dissable headersclean for Android
For some reason that I fail to understand Android gcc doesn't like it and it breaks the compilation. Change-Id: Iae8d0c73c95464ac2c02b6d660a7eee3e2492e21 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index a9b6a32..39933b6 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,4 +1,5 @@
load(qt_build_config)
CONFIG += qt_example_installs
+android: CONFIG -= headersclean
MODULE_VERSION = 5.6.0