Added new settings button to set a fake current location ('work' in the first instance).
[ptas] / zouba / qt4-maemo5 / mkspecs / qws / linux-sh4al-g++ / qmake.conf
1 #
2 # qmake configuration for building for SH4AL-DSP devices with sh3-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                = sh3-linux-gcc
11 QMAKE_CXX               = sh3-linux-g++
12 QMAKE_LINK              = sh3-linux-g++
13 QMAKE_LINK_SHLIB        = sh3-linux-g++
14 QMAKE_CFLAGS           += -m4al
15 QMAKE_CXXFLAGS         += -m4al
16
17
18 # modifications to linux.conf
19 QMAKE_AR                = sh3-linux-ar cqs
20 QMAKE_OBJCOPY           = sh3-linux-objcopy
21 QMAKE_STRIP             = sh3-linux-strip
22
23 load(qt_config)