summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/macx-iossimulator-clang/qmake.conf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-11-20 15:25:34 +0100
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-02-27 13:07:16 +0100
commitc3278e33534fe937fe367dfbf648282ceba68c7f (patch)
tree31b266cd37ee052adabc5ee9343636974c912168 /mkspecs/unsupported/macx-iossimulator-clang/qmake.conf
parent67f925701b490e3e9cdbb0dbbfc1a14d1b409bd3 (diff)
iOS: Replace device and simulator makespecs with single makespec
And use configure's -sdk argument to choose between the iphoneos and the iphonesimulator SDK. xcodebuild -showsdks can be used to list the available SDKs. Passing an SDK without a version postfix implies the latest version of the SDK. Change-Id: I881df754d522fc91aaa16ba3e39cf0c37a21a1f1 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Diffstat (limited to 'mkspecs/unsupported/macx-iossimulator-clang/qmake.conf')
-rw-r--r--mkspecs/unsupported/macx-iossimulator-clang/qmake.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/mkspecs/unsupported/macx-iossimulator-clang/qmake.conf b/mkspecs/unsupported/macx-iossimulator-clang/qmake.conf
deleted file mode 100644
index a8072fed00..0000000000
--- a/mkspecs/unsupported/macx-iossimulator-clang/qmake.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# qmake configuration for ios-simulator-clang
-#
-
-QMAKE_IOS_DEVICE_TYPE = iPhoneSimulator
-
-# Simulator is i386 only
-QMAKE_IOS_TARGET_ARCH = i386
-
-QMAKE_IOS_CFLAGS += -fexceptions -fasm-blocks
-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)
-include(../../common/ios/qmake.conf)
-include(../../common/ios/arch.conf)
-
-load(qt_config)