summaryrefslogtreecommitdiffstats
path: root/mkspecs/linux-g++-64/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/linux-g++-64/qmake.conf')
-rw-r--r--mkspecs/linux-g++-64/qmake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/linux-g++-64/qmake.conf b/mkspecs/linux-g++-64/qmake.conf
index 36fb6a83eb..a79b69ff31 100644
--- a/mkspecs/linux-g++-64/qmake.conf
+++ b/mkspecs/linux-g++-64/qmake.conf
@@ -9,10 +9,11 @@ MAKEFILE_GENERATOR = UNIX
CONFIG += incremental
QMAKE_INCREMENTAL_STYLE = sublib
+include(../common/linux.conf)
+
QMAKE_CFLAGS = -m64
QMAKE_LFLAGS = -m64
-include(../common/linux.conf)
include(../common/gcc-base-unix.conf)
include(../common/g++-unix.conf)