2012-06-13 11:37:14 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for Clang on OS X
|
|
|
|
#
|
|
|
|
|
|
|
|
MAKEFILE_GENERATOR = UNIX
|
2012-09-03 13:38:31 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
include(../common/mac.conf)
|
|
|
|
include(../common/gcc-base-macx.conf)
|
|
|
|
include(../common/clang.conf)
|
|
|
|
include(../common/clang-mac.conf)
|
2012-10-12 09:31:08 +00:00
|
|
|
include(../common/mac-clang-libc++-minimum-version.conf)
|
2012-06-13 11:37:14 +00:00
|
|
|
|
|
|
|
QMAKE_OBJECTIVE_CFLAGS += -stdlib=libc++
|
|
|
|
QMAKE_CXXFLAGS += -stdlib=libc++
|
|
|
|
QMAKE_LFLAGS += -stdlib=libc++
|
|
|
|
|
|
|
|
load(qt_config)
|