forked from qt-creator/qt-creator
Remove ClangCodeModel depenency
Change-Id: I9357c380b2e432e7af61c7c14164ae5c196fccbd Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
#only build on same condition as clang code model plugin
|
||||
isEmpty(LLVM_INSTALL_DIR):LLVM_INSTALL_DIR=$$(LLVM_INSTALL_DIR)
|
||||
!isEmpty(LLVM_INSTALL_DIR) {
|
||||
SUBDIRS += plugins/clangstaticanalyzer
|
||||
}
|
||||
SUBDIRS += plugins/clangstaticanalyzer
|
||||
|
||||
QMAKE_EXTRA_TARGETS = docs install_docs # dummy targets for consistency
|
||||
|
@@ -4,6 +4,5 @@ QTC_LIB_DEPENDS += \
|
||||
utils
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
analyzerbase \
|
||||
clangcodemodel \
|
||||
cpptools \
|
||||
licensechecker
|
||||
|
Reference in New Issue
Block a user