summaryrefslogtreecommitdiff
path: root/.qmake.conf
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2015-10-21 10:43:37 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-10-21 08:47:37 +0000
commit7ebf02ea3e8e91b13eb2d34847c005d8a487e9da (patch)
tree8485597b1845c5a84ddb0e4e8843740e2e3132e8 /.qmake.conf
parent5daf90cf1f6ae7f6708649c35b003a87bc7d9f50 (diff)
downloadqtscript-7ebf02ea3e8e91b13eb2d34847c005d8a487e9da.tar.gz
Avoid headersclean on ARM with Boot2Qt
This extends commit 5daf90cf1f6ae7f6708649c35b003a87bc7d9f50 to also avoid -Werror with the gcc arm toolchain used for Boot2Qt. Change-Id: Ib2dad074c4d542a4fc22b1e63e2335e1978c02ee Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 39933b6..83a7526 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,5 +1,5 @@
load(qt_build_config)
CONFIG += qt_example_installs
-android: CONFIG -= headersclean
+android|boot2qt: CONFIG -= headersclean
MODULE_VERSION = 5.6.0