summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/unsupported')
-rw-r--r--mkspecs/unsupported/linux-clang/qmake.conf2
-rw-r--r--mkspecs/unsupported/macx-clang/qmake.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/unsupported/linux-clang/qmake.conf b/mkspecs/unsupported/linux-clang/qmake.conf
index 65eba7b..6b63b7a 100644
--- a/mkspecs/unsupported/linux-clang/qmake.conf
+++ b/mkspecs/unsupported/linux-clang/qmake.conf
@@ -11,8 +11,8 @@ QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib
include(../../common/linux.conf)
-include(../../common/clang.conf)
include(../../common/gcc-base-unix.conf)
+include(../../common/clang.conf)
QMAKE_LFLAGS += -ccc-gcc-name g++
diff --git a/mkspecs/unsupported/macx-clang/qmake.conf b/mkspecs/unsupported/macx-clang/qmake.conf
index aaabf27..3191344 100644
--- a/mkspecs/unsupported/macx-clang/qmake.conf
+++ b/mkspecs/unsupported/macx-clang/qmake.conf
@@ -10,8 +10,8 @@ QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib
include(../../common/mac.conf)
-include(../../common/clang.conf)
include(../../common/gcc-base-macx.conf)
+include(../../common/clang.conf)
QMAKE_OBJCFLAGS_PRECOMPILE = -x objective-c-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT}
QMAKE_OBJCFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE