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