summaryrefslogtreecommitdiffstats
path: root/mkspecs/qws/linux-avr32-g++
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-04-24 11:34:15 (GMT)
committeraxis <qt-info@nokia.com>2009-04-24 11:34:15 (GMT)
commit8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch)
treea17e1a767a89542ab59907462206d7dcf2e504b2 /mkspecs/qws/linux-avr32-g++
downloadQt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.zip
Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.gz
Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.bz2
Long live Qt for S60!
Diffstat (limited to 'mkspecs/qws/linux-avr32-g++')
-rw-r--r--mkspecs/qws/linux-avr32-g++/qmake.conf20
-rw-r--r--mkspecs/qws/linux-avr32-g++/qplatformdefs.h1
2 files changed, 21 insertions, 0 deletions
diff --git a/mkspecs/qws/linux-avr32-g++/qmake.conf b/mkspecs/qws/linux-avr32-g++/qmake.conf
new file mode 100644
index 0000000..057c938
--- /dev/null
+++ b/mkspecs/qws/linux-avr32-g++/qmake.conf
@@ -0,0 +1,20 @@
+#
+# qmake configuration for building with avr32-linux-g++
+#
+
+include(../../common/g++.conf)
+include(../../common/linux.conf)
+include(../../common/qws.conf)
+
+# modifications to g++.conf
+QMAKE_CC = avr32-linux-gcc
+QMAKE_CXX = avr32-linux-g++
+QMAKE_LINK = avr32-linux-g++
+QMAKE_LINK_SHLIB = avr32-linux-g++
+
+# modifications to linux.conf
+QMAKE_AR = avr32-linux-ar cqs
+QMAKE_OBJCOPY = avr32-linux-objcopy
+QMAKE_STRIP = avr32-linux-strip
+
+load(qt_config)
diff --git a/mkspecs/qws/linux-avr32-g++/qplatformdefs.h b/mkspecs/qws/linux-avr32-g++/qplatformdefs.h
new file mode 100644
index 0000000..99e9a27
--- /dev/null
+++ b/mkspecs/qws/linux-avr32-g++/qplatformdefs.h
@@ -0,0 +1 @@
+#include "../../linux-g++/qplatformdefs.h"