From 7ebf02ea3e8e91b13eb2d34847c005d8a487e9da Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 21 Oct 2015 10:43:37 +0200 Subject: 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 --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.qmake.conf') 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 -- cgit v1.2.1