summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/macx-ios-clang/qmake.conf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-09-11 15:23:03 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-12 12:29:33 +0200
commit7c1bbde476b39841549eb87331d97fe0b76e0178 (patch)
tree6ed1eff021848eced531f6025309ae78e87bc140 /mkspecs/unsupported/macx-ios-clang/qmake.conf
parent3865e473f26d97894d00a4f86025c3c34eb8e266 (diff)
Move iOS makespec out of unsupported directory
It's a supported platform from 5.2, and we want build-scripts/CI/etc to adapt to the change as soon as possible. Change-Id: I8c78351191f59a6ecab33acc0829d2535379c787 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com> Reviewed-by: Simo Fält <simo.falt@digia.com>
Diffstat (limited to 'mkspecs/unsupported/macx-ios-clang/qmake.conf')
-rw-r--r--mkspecs/unsupported/macx-ios-clang/qmake.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/mkspecs/unsupported/macx-ios-clang/qmake.conf b/mkspecs/unsupported/macx-ios-clang/qmake.conf
deleted file mode 100644
index 3dc2715a5f..0000000000
--- a/mkspecs/unsupported/macx-ios-clang/qmake.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# qmake configuration for macx-ios-clang
-#
-
-MAKEFILE_GENERATOR = UNIX
-CONFIG += app_bundle reduce_exports incremental global_init_link_order lib_version_first plugin_no_soname sdk
-QMAKE_INCREMENTAL_STYLE = sublib
-
-QMAKE_MACOSX_DEPLOYMENT_TARGET =
-QMAKE_IOS_DEPLOYMENT_TARGET = 4.3
-
-INCLUDEPATH += $$PWD/ios
-DEFINES += DARWIN_NO_CARBON QT_NO_CORESERVICES QT_NO_PRINTER QT_NO_PRINTDIALOG
-
-# Universal target (iPhone and iPad)
-QMAKE_IOS_TARGETED_DEVICE_FAMILY = 1,2
-
-include(../../common/ios.conf)
-include(../../common/gcc-base-mac.conf)
-include(../../common/clang.conf)
-include(../../common/clang-mac.conf)
-include(../../common/ios/clang.conf)
-include(../../common/ios/qmake.conf)
-
-load(qt_config)