2011-04-27 10:05:43 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for Clang on OS X
|
|
|
|
#
|
|
|
|
|
2016-08-20 01:28:38 +00:00
|
|
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
|
|
|
|
|
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-01-23 12:17:23 +00:00
|
|
|
include(../common/clang.conf)
|
2012-05-03 10:42:16 +00:00
|
|
|
include(../common/clang-mac.conf)
|
2013-02-15 16:27:51 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
load(qt_config)
|