summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-09-14 12:34:50 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-21 02:44:22 +0200
commit1f576cb6abd4bdcf351e8803a90980426e49e57b (patch)
tree1b579e43e6d1d96670ae4be5b1d6fabdfd5aea1b
parent8a728b9a4a766a74046f1137d872dcf2ec55f8fe (diff)
announce the android platform in the respective specs
Change-Id: I55c8d9fe4160c37eec6073894481e313e4dea191 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--mkspecs/common/linux-android.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/common/linux-android.conf b/mkspecs/common/linux-android.conf
index 7bf4082142..5b1a55d0f5 100644
--- a/mkspecs/common/linux-android.conf
+++ b/mkspecs/common/linux-android.conf
@@ -1,6 +1,8 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_INCREMENTAL_STYLE = sublib
+QMAKE_PLATFORM += android
+
include(linux.conf)
include(gcc-base-unix.conf)