author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
child 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 |
|
10 |
TEMPLATE = app |
|
11 |
CONFIG += qt warn_on release app_bundle incremental global_init_link_order lib_version_first plugin_no_soname link_prl |
|
12 |
QT += core gui |
|
13 |
QMAKE_INCREMENTAL_STYLE = sublib |
|
14 |
||
15 |
QMAKE_CC = gcc-4.2 |
|
16 |
QMAKE_CXX = g++-4.2 |
|
17 |
||
18 |
include(../common/mac-g++.conf) |
|
19 |
||
20 |
load(qt_config) |