summaryrefslogtreecommitdiff
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.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/linux-g++/qmake.conf b/mkspecs/linux-g++/qmake.conf
index d772b5e6aa..00df8949cc 100644
--- a/mkspecs/linux-g++/qmake.conf
+++ b/mkspecs/linux-g++/qmake.conf
@@ -9,6 +9,7 @@ CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib
-include(../common/g++.conf)
include(../common/linux.conf)
+include(../common/gcc-base-unix.conf)
+include(../common/g++-unix.conf)
load(qt_config)