mkspecs/qws/linux-zylonite-g++/qmake.conf
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mkspecs/qws/linux-zylonite-g++/qmake.conf	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,25 @@
+#
+# 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_CFLAGS           += -DQT_QWS_ZYLONITE -DQWS -fno-rtti
+QMAKE_CXXFLAGS         += -DQT_QWS_ZYLONITE -DQWS -fno-rtti
+QMAKE_LINK              = arm-linux-g++
+QMAKE_LINK_SHLIB        = arm-linux-g++
+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)
+