Adding mkspecs.
[ptas] / zouba / qt4-maemo5 / mkspecs / qws / linux-sharp-g++ / qmake.conf
1 #
2 # qmake configuration for building with arm-linux-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                = arm-linux-gcc
11 QMAKE_CXX               = arm-linux-g++
12 QMAKE_LINK              = arm-linux-g++
13 QMAKE_LINK_SHLIB        = arm-linux-g++
14 QMAKE_CFLAGS            += -DQT_QWS_SHARP -DQT_QWS_EBX
15 QMAKE_CXXFLAGS          += -DQT_QWS_SHARP -DQT_QWS_EBX
16
17 # modifications to linux.conf
18 QMAKE_AR                = arm-linux-ar cqs
19 QMAKE_OBJCOPY           = arm-linux-objcopy
20 QMAKE_STRIP             = arm-linux-strip
21
22 load(qt_config)
23