81af4ab3e960d321e86ab08915dc947696e7018e
[ptas] / zouba / qt4-maemo5 / mkspecs / qws / linux-generic-g++-32 / 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_CFLAGS            += -m32
11 QMAKE_CXXFLAGS          += -m32
12 QMAKE_LFLAGS            += -m32
13
14 load(qt_config)