From 7c1bbde476b39841549eb87331d97fe0b76e0178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 11 Sep 2013 15:23:03 +0200 Subject: Move iOS makespec out of unsupported directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Simo Fält --- mkspecs/macx-ios-clang/qmake.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 mkspecs/macx-ios-clang/qmake.conf (limited to 'mkspecs/macx-ios-clang/qmake.conf') diff --git a/mkspecs/macx-ios-clang/qmake.conf b/mkspecs/macx-ios-clang/qmake.conf new file mode 100644 index 0000000000..ebc07a3d5a --- /dev/null +++ b/mkspecs/macx-ios-clang/qmake.conf @@ -0,0 +1,25 @@ +# +# 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) -- cgit v1.2.3