From: Oswald Buddenhagen Date: Fri, 14 Sep 2012 10:34:50 +0000 (+0200) Subject: announce the android platform in the respective specs X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f576cb6abd4bdcf351e8803a90980426e49e57b;p=profile%2Fivi%2Fqtbase.git announce the android platform in the respective specs Change-Id: I55c8d9fe4160c37eec6073894481e313e4dea191 Reviewed-by: Joerg Bornemann --- diff --git a/mkspecs/common/linux-android.conf b/mkspecs/common/linux-android.conf index 7bf4082..5b1a55d 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)