2012-11-20 14:25:34 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for macx-ios-clang
|
|
|
|
#
|
|
|
|
|
2013-03-02 14:46:37 +00:00
|
|
|
MAKEFILE_GENERATOR = UNIX
|
|
|
|
CONFIG += app_bundle reduce_exports incremental global_init_link_order lib_version_first plugin_no_soname sdk
|
|
|
|
QMAKE_INCREMENTAL_STYLE = sublib
|
2012-11-20 14:25:34 +00:00
|
|
|
|
2013-03-02 14:46:37 +00:00
|
|
|
QMAKE_MACOSX_DEPLOYMENT_TARGET =
|
2015-06-17 12:39:02 +00:00
|
|
|
QMAKE_IOS_DEPLOYMENT_TARGET = 6.0
|
2012-11-20 14:25:34 +00:00
|
|
|
|
2013-03-19 01:57:31 +00:00
|
|
|
INCLUDEPATH += $$PWD/ios
|
2013-10-11 10:43:57 +00:00
|
|
|
DEFINES += DARWIN_NO_CARBON QT_NO_PRINTER QT_NO_PRINTDIALOG
|
2012-11-20 14:25:34 +00:00
|
|
|
|
2013-03-02 14:46:37 +00:00
|
|
|
# Universal target (iPhone and iPad)
|
|
|
|
QMAKE_IOS_TARGETED_DEVICE_FAMILY = 1,2
|
2012-11-20 14:25:34 +00:00
|
|
|
|
2014-10-28 12:27:25 +00:00
|
|
|
QMAKE_IOS_DEVICE_ARCHS = armv7 arm64
|
|
|
|
QMAKE_IOS_SIMULATOR_ARCHS = i386 x86_64
|
2013-10-17 14:46:32 +00:00
|
|
|
|
2013-09-11 13:23:03 +00:00
|
|
|
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)
|
2012-11-20 14:25:34 +00:00
|
|
|
|
|
|
|
load(qt_config)
|