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
|
TEMPLATE = subdirs
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
|
||||||
#only build on same condition as clang code model plugin
|
SUBDIRS += plugins/clangstaticanalyzer
|
||||||
isEmpty(LLVM_INSTALL_DIR):LLVM_INSTALL_DIR=$$(LLVM_INSTALL_DIR)
|
|
||||||
!isEmpty(LLVM_INSTALL_DIR) {
|
|
||||||
SUBDIRS += plugins/clangstaticanalyzer
|
|
||||||
}
|
|
||||||
|
|
||||||
QMAKE_EXTRA_TARGETS = docs install_docs # dummy targets for consistency
|
QMAKE_EXTRA_TARGETS = docs install_docs # dummy targets for consistency
|
||||||
|
@@ -4,6 +4,5 @@ QTC_LIB_DEPENDS += \
|
|||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
analyzerbase \
|
analyzerbase \
|
||||||
clangcodemodel \
|
|
||||||
cpptools \
|
cpptools \
|
||||||
licensechecker
|
licensechecker
|
||||||
|
Reference in New Issue
Block a user