summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/nacl-g++/qmake.conf
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2012-01-13 07:33:11 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-25 03:48:14 +0100
commit79ebb1621e6cdb68a4ad107c8ac80eadb9c60366 (patch)
treed1c725a19ab9b57c263ef717cf9d0cb27403c3a4 /mkspecs/unsupported/nacl-g++/qmake.conf
parent4fa2d51cf1b11240e568d15da8530fdea5ac70cb (diff)
Add Native Client port mkspecs.
Support cross-compiling for x86 and x86_64 nacl. Change-Id: I652702f9671b35963450c42dac5e27bedc698df0 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/unsupported/nacl-g++/qmake.conf')
-rw-r--r--mkspecs/unsupported/nacl-g++/qmake.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/mkspecs/unsupported/nacl-g++/qmake.conf b/mkspecs/unsupported/nacl-g++/qmake.conf
new file mode 100644
index 0000000000..f5dee80413
--- /dev/null
+++ b/mkspecs/unsupported/nacl-g++/qmake.conf
@@ -0,0 +1,14 @@
+#
+# qmake configuration for building with nacl-g++
+#
+
+include(../../common/linux.conf)
+include(../../common/qws.conf)
+include(../../common/gcc-base-unix.conf)
+include(../../common/g++-unix.conf)
+include(../../common/nacl/nacl-base.conf)
+include(../../common/nacl/g++-nacl32.conf)
+
+QT = core gui
+
+load(qt_config)