summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-11-13 15:52:25 +0100
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-02-26 14:28:23 +0100
commit67f925701b490e3e9cdbb0dbbfc1a14d1b409bd3 (patch)
tree9326523d491eb2f923d41e9f809259ce8ef4ff4c /mkspecs/unsupported
parent2aeb742a581efa354e0ff93296d5caf66c38d88d (diff)
iOS: Include clang-mac.conf instead of defining precompile flags ourselves
Change-Id: I1a3b9ad16e54457068d3451c066a8d7965a622df Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'mkspecs/unsupported')
-rw-r--r--mkspecs/unsupported/macx-iosdevice-clang/qmake.conf1
-rw-r--r--mkspecs/unsupported/macx-iossimulator-clang/qmake.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/unsupported/macx-iosdevice-clang/qmake.conf b/mkspecs/unsupported/macx-iosdevice-clang/qmake.conf
index 330dcf6c3c..3e1a669905 100644
--- a/mkspecs/unsupported/macx-iosdevice-clang/qmake.conf
+++ b/mkspecs/unsupported/macx-iosdevice-clang/qmake.conf
@@ -12,6 +12,7 @@ QMAKE_IOS_TARGET_ARCH = armv7
include(../../common/mac.conf)
include(../../common/gcc-base-ios.conf)
include(../../common/clang.conf)
+include(../../common/clang-mac.conf)
include(../../common/ios.conf)
include(../../common/ios/versions.conf)
include(../../common/ios/clang.conf)
diff --git a/mkspecs/unsupported/macx-iossimulator-clang/qmake.conf b/mkspecs/unsupported/macx-iossimulator-clang/qmake.conf
index bf334b9960..a8072fed00 100644
--- a/mkspecs/unsupported/macx-iossimulator-clang/qmake.conf
+++ b/mkspecs/unsupported/macx-iossimulator-clang/qmake.conf
@@ -13,6 +13,7 @@ QMAKE_IOS_OBJ_CFLAGS += -fobjc-abi-version=2 -fobjc-legacy-dispatch
include(../../common/mac.conf)
include(../../common/gcc-base-ios.conf)
include(../../common/clang.conf)
+include(../../common/clang-mac.conf)
include(../../common/ios.conf)
include(../../common/ios/versions.conf)
include(../../common/ios/clang.conf)