diff options
author | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
commit | 8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch) | |
tree | a17e1a767a89542ab59907462206d7dcf2e504b2 /mkspecs/qws/linux-cellon-g++/qmake.conf | |
download | Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.zip Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.gz Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.bz2 |
Long live Qt for S60!
Diffstat (limited to 'mkspecs/qws/linux-cellon-g++/qmake.conf')
-rw-r--r-- | mkspecs/qws/linux-cellon-g++/qmake.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mkspecs/qws/linux-cellon-g++/qmake.conf b/mkspecs/qws/linux-cellon-g++/qmake.conf new file mode 100644 index 0000000..363a3ce --- /dev/null +++ b/mkspecs/qws/linux-cellon-g++/qmake.conf @@ -0,0 +1,29 @@ +# +# qmake configuration for linux-g++ using the arm-linux-g++ crosscompiler +# + +# +# qmake configuration for building with arm-linux-g++ +# + +include(../../common/g++.conf) +include(../../common/linux.conf) +include(../../common/qws.conf) + +# modifications to g++.conf +QMAKE_CC = arm-linux-gcc +QMAKE_CXX = arm-linux-g++ +QMAKE_LINK = arm-linux-g++ +QMAKE_LINK_SHLIB = arm-linux-g++ +QMAKE_CFLAGS = $$QMAKE_CFLAGS -DQT_QWS_CELLON -DQWS +QMAKE_CXXFLAGS = $$QMAKE_CXXFLAGS -DQT_QWS_CELLON -DQWS +QMAKE_CFLAGS_RELEASE ~= s/-O2/-Os/ +QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-Os/ + +# modifications to linux.conf +QMAKE_AR = arm-linux-ar cqs +QMAKE_OBJCOPY = arm-linux-objcopy +QMAKE_STRIP = arm-linux-strip + +load(qt_config) + |