forked from qt-creator/qt-creator
Fix build when using QTC_DISABLE_CLANG_REFACTORING
clangsupport is built unconditionally and has a hard dependency on sqlite. So, disabling sqlite when disabling ClangRefactoring does not make sense. Change-Id: I44efbcaa64f4adff064c37d0b8a69899c5d9d8c9 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -15,13 +15,8 @@ SUBDIRS += \
|
||||
glsl \
|
||||
ssh \
|
||||
clangsupport \
|
||||
languageserverprotocol
|
||||
|
||||
|
||||
QTC_DISABLE_CLANG_REFACTORING=$$(QTC_DISABLE_CLANG_REFACTORING)
|
||||
isEmpty(QTC_DISABLE_CLANG_REFACTORING) {
|
||||
SUBDIRS += sqlite
|
||||
}
|
||||
languageserverprotocol \
|
||||
sqlite
|
||||
|
||||
qtHaveModule(quick) {
|
||||
SUBDIRS += \
|
||||
|
Reference in New Issue
Block a user