summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorArvid Picciani <aep@exys.org>2012-10-11 15:16:04 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-13 23:23:33 +0200
commit386eb2a5c0ebbdf101a3c2e3d094402223669d6a (patch)
treef9c450d4bf6ba83317dc0cd59433e9389ccaf393 /mkspecs
parentec9056ba667f79d2ffb922537579d42c9594581f (diff)
android: set QMAKE_COMPILER
Change-Id: I5b38bf94f0f0d4080b8d355013441c1805524d71 Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/unsupported/android-g++/qmake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/unsupported/android-g++/qmake.conf b/mkspecs/unsupported/android-g++/qmake.conf
index 3fc278b0d1..8e0af9268d 100644
--- a/mkspecs/unsupported/android-g++/qmake.conf
+++ b/mkspecs/unsupported/android-g++/qmake.conf
@@ -25,13 +25,14 @@ defineReplace(getAndroidBuildVar) {
write_file(android_build_vars, store_ANDROID_TARGET_ARCH, append)
}
-warning(using android build env from cache in $$PWD/android_build_vars . delete this file if you changed your build env )
+info(using android build env from cache in $$PWD/android_build_vars . delete this file if you changed your build env )
exists($$PWD/android_build_vars) {
include($$PWD/android_build_vars)
}
MAKEFILE_GENERATOR = UNIX
+QMAKE_COMPILER = gcc
TARGET_PLATFORM = unix
TEMPLATE = app
QMAKE_INCREMENTAL_STYLE = sublib