forked from qt-creator/qt-creator
C++: Accept BUILD_CPLUSPLUS_TOOLS as qmake variable
Change-Id: I3266261d14aef12d3db73a635f0b1c471f6a52b7 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ exists($$LLVM_INSTALL_DIR) {
|
||||
SUBDIRS += clangbackend
|
||||
}
|
||||
|
||||
BUILD_CPLUSPLUS_TOOLS = $$(BUILD_CPLUSPLUS_TOOLS)
|
||||
isEmpty(BUILD_CPLUSPLUS_TOOLS):BUILD_CPLUSPLUS_TOOLS=$$(BUILD_CPLUSPLUS_TOOLS)
|
||||
!isEmpty(BUILD_CPLUSPLUS_TOOLS) {
|
||||
SUBDIRS += cplusplus-ast2png \
|
||||
cplusplus-frontend \
|
||||
|
Reference in New Issue
Block a user