author | William Roberts <williamr@symbian.org> |
Thu, 22 Jul 2010 16:41:55 +0100 | |
branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
permissions | -rw-r--r-- |
0 | 1 |
#macx-g++ (different from g++.conf) |
2 |
||
3 |
# |
|
4 |
# qmake configuration for macx-g++ |
|
5 |
# |
|
6 |
# Mac OS X + command-line compiler |
|
7 |
# |
|
8 |
||
9 |
MAKEFILE_GENERATOR = UNIX |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
10 |
TARGET_PLATFORM = macx |
0 | 11 |
TEMPLATE = app |
12 |
CONFIG += qt warn_on release app_bundle incremental global_init_link_order lib_version_first plugin_no_soname link_prl |
|
13 |
QT += core gui |
|
14 |
QMAKE_INCREMENTAL_STYLE = sublib |
|
15 |
||
16 |
include(../common/mac-llvm.conf) |
|
17 |
||
18 |
load(qt_config) |