aboutsummaryrefslogtreecommitdiffstats
path: root/clangstaticanalyzer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'clangstaticanalyzer.pro')
-rw-r--r--clangstaticanalyzer.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/clangstaticanalyzer.pro b/clangstaticanalyzer.pro
index 16928841ee..5a433f2bd4 100644
--- a/clangstaticanalyzer.pro
+++ b/clangstaticanalyzer.pro
@@ -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