summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/nacl-g++/qmake.conf
diff options
context:
space:
mode:
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)