summaryrefslogtreecommitdiffstats
path: root/mkspecs/linux-g++/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/linux-g++/qmake.conf')
-rw-r--r--mkspecs/linux-g++/qmake.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/mkspecs/linux-g++/qmake.conf b/mkspecs/linux-g++/qmake.conf
new file mode 100644
index 0000000000..00df8949cc
--- /dev/null
+++ b/mkspecs/linux-g++/qmake.conf
@@ -0,0 +1,15 @@
+#
+# qmake configuration for linux-g++
+#
+
+MAKEFILE_GENERATOR = UNIX
+TARGET_PLATFORM = unix
+TEMPLATE = app
+CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
+QT += core gui
+QMAKE_INCREMENTAL_STYLE = sublib
+
+include(../common/linux.conf)
+include(../common/gcc-base-unix.conf)
+include(../common/g++-unix.conf)
+load(qt_config)