diff options
Diffstat (limited to 'mkspecs/macx-llvm/qmake.conf')
-rw-r--r-- | mkspecs/macx-llvm/qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-llvm/qmake.conf b/mkspecs/macx-llvm/qmake.conf index 95c2b28..d794701 100644 --- a/mkspecs/macx-llvm/qmake.conf +++ b/mkspecs/macx-llvm/qmake.conf @@ -14,8 +14,8 @@ QT += core gui QMAKE_INCREMENTAL_STYLE = sublib include(../common/mac.conf) +include(../common/gcc-base-macx.conf) include(../common/llvm.conf) -include(../common/gcc-base-mac.conf) QMAKE_OBJCFLAGS_PRECOMPILE = -x objective-c-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT} QMAKE_OBJCFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE |