summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices/linux-generic-g++/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/devices/linux-generic-g++/qmake.conf')
-rw-r--r--mkspecs/devices/linux-generic-g++/qmake.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/mkspecs/devices/linux-generic-g++/qmake.conf b/mkspecs/devices/linux-generic-g++/qmake.conf
new file mode 100644
index 0000000000..65cf6d0558
--- /dev/null
+++ b/mkspecs/devices/linux-generic-g++/qmake.conf
@@ -0,0 +1,9 @@
+#
+# Generic qmake configuration for building with g++ on generic devices.
+#
+# A minimal configure line could look something like this:
+# ./configure -device linux-generic-g++ -device-option CROSS_COMPILE=mipsel-linux-gnu-
+
+include(../common/linux_device_pre.conf)
+include(../common/linux_device_post.conf)
+load(qt_config)