forked from qt-creator/qt-creator
Only build it if the clang code model would be built
Change-Id: I8e2ecb56f0c6cfdcbdce9b580db84f3c6c5c709e Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Nikolai Kosjar
parent
65f5c4c79a
commit
1bd5911005
@@ -1,6 +1,10 @@
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
SUBDIRS += plugins/clangstaticanalyzer
|
||||
#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
|
||||
}
|
||||
|
||||
QMAKE_EXTRA_TARGETS = docs install_docs # dummy targets for consistency
|
||||
|
Reference in New Issue
Block a user