From 386eb2a5c0ebbdf101a3c2e3d094402223669d6a Mon Sep 17 00:00:00 2001 From: Arvid Picciani Date: Thu, 11 Oct 2012 15:16:04 +0000 Subject: [PATCH] android: set QMAKE_COMPILER MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5b38bf94f0f0d4080b8d355013441c1805524d71 Reviewed-by: Samuel Rødal --- mkspecs/unsupported/android-g++/qmake.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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