aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-06-14 11:47:51 +0200
committerEike Ziller <eike.ziller@qt.io>2021-06-15 10:07:57 +0000
commitbaa83725f640419bc2c17cd28b91e1604255a3dc (patch)
tree0c1819d1398aea3ad448e12e1b595d96a58dacab /src/plugins/CMakeLists.txt
parent9e5ba5d679323540f410c1deafa9b6715ca127bd (diff)
Remove ClangRefactoring and ClangPchManager
This removes the plugins and tools, and removes all the tests that would fail to build because of that. Fixes: QTCREATORBUG-25659 Change-Id: I8adb5d503fc8eea313bcaada421f309dbbfa8c26 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Diffstat (limited to 'src/plugins/CMakeLists.txt')
-rw-r--r--src/plugins/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
index ba8fa0a3e11..4b6e3c43f5b 100644
--- a/src/plugins/CMakeLists.txt
+++ b/src/plugins/CMakeLists.txt
@@ -29,7 +29,6 @@ add_subdirectory(nim)
add_subdirectory(conan)
# Level 4: (only depends on Level 3 and below)
-add_subdirectory(clangpchmanager)
add_subdirectory(classview)
add_subdirectory(cppeditor)
add_subdirectory(glsleditor)
@@ -42,7 +41,6 @@ add_subdirectory(vcsbase)
add_subdirectory(bazaar)
add_subdirectory(beautifier)
add_subdirectory(clangformat)
-add_subdirectory(clangrefactoring)
add_subdirectory(clearcase)
add_subdirectory(cvs)
add_subdirectory(designer)