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