android: set QMAKE_COMPILER
authorArvid Picciani <aep@exys.org>
Thu, 11 Oct 2012 15:16:04 +0000 (15:16 +0000)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 13 Oct 2012 21:23:33 +0000 (23:23 +0200)
Change-Id: I5b38bf94f0f0d4080b8d355013441c1805524d71
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
mkspecs/unsupported/android-g++/qmake.conf

index 3fc278b..8e0af92 100644 (file)
@@ -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