forked from qt-creator/qt-creator
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user