summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-llvm/qmake.conf
blob: cb8aaa1b73fa13c1b52519f87b48b4811ecd76e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#macx-g++ (different from g++.conf)

#
# qmake configuration for macx-g++
#
# Mac OS X + command-line compiler
#

MAKEFILE_GENERATOR	= UNIX
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-llvm.conf)

QMAKE_OBJECTIVE_CC      = gcc

load(qt_config)