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 20a6207459.

Change-Id: I68f3b6948bde611b9e5b841d1fde2b136877cbfc
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Eike Ziller
2020-10-27 09:26:06 +01:00
parent 0f02fd7c87
commit 43facbe090
5 changed files with 6 additions and 10 deletions

View File

@@ -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}