diff options
author | Eike Ziller <eike.ziller@qt.io> | 2020-10-27 09:26:06 +0100 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2020-10-27 08:37:26 +0000 |
commit | 43facbe090ecd2bc61f89b5f017d172f6d254c11 (patch) | |
tree | 0a2482bd3ef6f74326bde570259e6782b5346152 /src/plugins/clangrefactoring | |
parent | 0f02fd7c8740808a5f87f7197acf17ffda538f32 (diff) | |
download | qt-creator-43facbe090ecd2bc61f89b5f017d172f6d254c11.tar.gz |
Revert "cmake build: Disable clangpchmanagerbackend and refactoringbackend"
The change breaks the dev package:
The imported target "QtCreator::clangrefactoringbackend_lib" references
the file
"/home/qt/work/build/qtc_build/lib/qtcreator/libclangrefactoringbackend_lib.a"
but this file does not exist.
This reverts commit 20a620745982368f71ac890dedfde6429d9e4e84.
Change-Id: I68f3b6948bde611b9e5b841d1fde2b136877cbfc
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/clangrefactoring')
-rw-r--r-- | src/plugins/clangrefactoring/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/clangrefactoring/CMakeLists.txt b/src/plugins/clangrefactoring/CMakeLists.txt index 6caa24247e..95c926dc2d 100644 --- a/src/plugins/clangrefactoring/CMakeLists.txt +++ b/src/plugins/clangrefactoring/CMakeLists.txt @@ -1,5 +1,6 @@ add_qtc_plugin(ClangRefactoring - CONDITION TARGET libclang AND TARGET clangrefactoringbackend + BUILD_DEFAULT OFF + CONDITION TARGET libclang DEPENDS ClangSupport CPlusPlus PLUGIN_DEPENDS Core CppTools TextEditor ClangPchManager SOURCES ${TEST_SOURCES} |