android: set QMAKE_COMPILER

Change-Id: I5b38bf94f0f0d4080b8d355013441c1805524d71
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
This commit is contained in:
Arvid Picciani 2012-10-11 15:16:04 +00:00 committed by The Qt Project
parent ec9056ba66
commit 386eb2a5c0

View 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