Adding mkspecs.
[ptas] / zouba / qt4-maemo5 / mkspecs / qws / linux-powerpc-g++ / qmake.conf
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)