summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-clang/qmake.conf
blob: 64ce81cabe9d6f7e4125e26b9edcb876d881469f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# qmake configuration for Clang on OS X
#

MAKEFILE_GENERATOR = UNIX
CONFIG += app_bundle incremental global_init_link_order lib_version_first plugin_no_soname
QMAKE_INCREMENTAL_STYLE = sublib

include(../common/mac.conf)
include(../common/gcc-base-macx.conf)
include(../common/clang.conf)
include(../common/clang-mac.conf)
include(../common/mac-minimum-version.conf)

load(qt_config)