2012-06-13 11:37:14 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for Clang on OS X
|
|
|
|
#
|
|
|
|
|
2013-03-19 01:57:31 +00:00
|
|
|
MAKEFILE_GENERATOR = UNIX
|
|
|
|
CONFIG += app_bundle incremental global_init_link_order lib_version_first plugin_no_soname
|
2012-06-13 11:37:14 +00:00
|
|
|
QMAKE_INCREMENTAL_STYLE = sublib
|
|
|
|
|
2013-03-02 14:13:38 +00:00
|
|
|
include(../common/macx.conf)
|
2013-03-02 14:46:37 +00:00
|
|
|
include(../common/gcc-base-mac.conf)
|
2012-06-13 11:37:14 +00:00
|
|
|
include(../common/clang.conf)
|
|
|
|
include(../common/clang-mac.conf)
|
2013-02-15 16:27:51 +00:00
|
|
|
|
|
|
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
|
2012-06-13 11:37:14 +00:00
|
|
|
|
|
|
|
QMAKE_OBJECTIVE_CFLAGS += -stdlib=libc++
|
2013-03-19 01:57:31 +00:00
|
|
|
QMAKE_CXXFLAGS += -stdlib=libc++
|
|
|
|
QMAKE_LFLAGS += -stdlib=libc++
|
2012-06-13 11:37:14 +00:00
|
|
|
|
|
|
|
load(qt_config)
|