summaryrefslogtreecommitdiffstats
path: root/tools/qmake
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-09-12 16:26:08 +0200
committerAndras Becsi <andras.becsi@digia.com>2014-09-15 18:53:29 +0200
commit04e7b2f41541bb6bf6e944bbe596c3b582c6daf7 (patch)
tree5225e9052f646972f55165f51f43f84a523256eb /tools/qmake
parent12916ced18021768158214e2c4fc877eecb7b9a6 (diff)
Fix the build for embedded android
Change-Id: I1edd16e6875198d7480897e7b2e2fbf68b245883 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'tools/qmake')
-rw-r--r--tools/qmake/mkspecs/features/functions.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmake/mkspecs/features/functions.prf b/tools/qmake/mkspecs/features/functions.prf
index 28bc4307f..2c4b9e0c2 100644
--- a/tools/qmake/mkspecs/features/functions.prf
+++ b/tools/qmake/mkspecs/features/functions.prf
@@ -4,6 +4,7 @@ defineTest(isPlatformSupported) {
win32: !contains(QT_CONFIG, angle): return(false)
linux-g++|win32-msvc2013|macx-clang: return(true)
+ android-g++-b2qt: return(true)
return(false)
}