author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Fri, 16 Apr 2010 11:39:52 +0300 | |
branch | RCL_3 |
changeset 8 | 740e5562c97f |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
# |
2 |
# qmake configuration for building with g++ |
|
3 |
# |
|
4 |
||
5 |
include(../../common/g++.conf) |
|
6 |
include(../../common/linux.conf) |
|
7 |
include(../../common/qws.conf) |
|
8 |
||
9 |
# modifications to g++.conf |
|
10 |
QMAKE_CC = powerpc-linux-gcc |
|
11 |
QMAKE_CXX = powerpc-linux-g++ |
|
12 |
QMAKE_LINK = powerpc-linux-g++ |
|
13 |
QMAKE_LINK_SHLIB = powerpc-linux-g++ |
|
14 |
||
15 |
# modifications to linux.conf |
|
16 |
QMAKE_AR = powerpc-linux-ar cqs |
|
17 |
QMAKE_OBJCOPY = powerpc-linux-objcopy |
|
18 |
QMAKE_STRIP = powerpc-linux-strip |
|
19 |
||
20 |
load(qt_config) |