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

MAKEFILE_GENERATOR = UNIX
TARGET_PLATFORM = macx
TEMPLATE = app
CONFIG += qt warn_on release app_bundle incremental global_init_link_order lib_version_first plugin_no_soname link_prl
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib

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

load(qt_config)