summaryrefslogtreecommitdiffstats
path: root/mkspecs/freebsd-g++/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/freebsd-g++/qmake.conf')
-rw-r--r--mkspecs/freebsd-g++/qmake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/freebsd-g++/qmake.conf b/mkspecs/freebsd-g++/qmake.conf
index 9de93d4..9d7c443 100644
--- a/mkspecs/freebsd-g++/qmake.conf
+++ b/mkspecs/freebsd-g++/qmake.conf
@@ -48,6 +48,7 @@ QMAKE_DEL_FILE = rm -f
QMAKE_DEL_DIR = rmdir
QMAKE_CHK_DIR_EXISTS = test -d
QMAKE_MKDIR = mkdir -p
-include(../common/g++.conf)
include(../common/unix.conf)
+include(../common/gcc-base-unix.conf)
+include(../common/g++-unix.conf)
load(qt_config)