aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins.pro
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2019-03-13 14:37:04 +0100
committerIvan Donchevskii <ivan.donchevskii@qt.io>2019-04-11 10:46:19 +0000
commit89e70ca785df08b448997927d7c28145f599857f (patch)
tree0383aee023540537a5183de5dbd0864430c4bedb /src/plugins/plugins.pro
parent2f6d43745a2dafebcdcb324e9ee44525841cc30e (diff)
Enable Clang Refactoring compiling
We change QTC_ENABLE_CLANG_LIBTOOLING to QTC_DISABLE_CLANG_REFACTORING, so you now have to opt out instead of opt in. We bump the minimum version of LLVM to 7.0 too because we mentioned that in the README already. Change-Id: Ic4ee29a74a3ed79634ed8ea50be84d7bdc7db4ef Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'src/plugins/plugins.pro')
-rw-r--r--src/plugins/plugins.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index 437f9d58ee..dab57ff855 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -110,12 +110,10 @@ exists(../shared/qbs/qbs.pro)|!isEmpty(QBS_INSTALL_DIR): \
SUBDIRS += \
clangcodemodel
-QTC_ENABLE_CLANG_LIBTOOLING=$$(QTC_ENABLE_CLANG_LIBTOOLING)
-!isEmpty(QTC_ENABLE_CLANG_LIBTOOLING) {
+QTC_DISABLE_CLANG_REFACTORING=$$(QTC_DISABLE_CLANG_REFACTORING)
+isEmpty(QTC_DISABLE_CLANG_REFACTORING) {
SUBDIRS += clangrefactoring
SUBDIRS += clangpchmanager
-} else {
- warning("Not building the clang refactoring plugin and the pch manager plugin.")
}
isEmpty(IDE_PACKAGE_MODE) {