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 =
|
2013-09-11 14:06:32 +00:00
|
|
|
QMAKE_IOS_DEPLOYMENT_TARGET = 5.0
|
2012-11-20 14:25:34 +00:00
|
|
|
|
2013-03-19 01:57:31 +00:00
|
|
|
INCLUDEPATH += $$PWD/ios
|
|
|
|
DEFINES += DARWIN_NO_CARBON QT_NO_CORESERVICES 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
|
|
|
|
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)
|