From 5daf90cf1f6ae7f6708649c35b003a87bc7d9f50 Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Mon, 19 Oct 2015 18:02:08 +0300 Subject: 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 --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.qmake.conf') 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 -- cgit v1.2.1