C++: Accept BUILD_CPLUSPLUS_TOOLS as qmake variable

Change-Id: I3266261d14aef12d3db73a635f0b1c471f6a52b7
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Nikolai Kosjar
2016-03-30 12:55:33 +02:00
parent c176771696
commit afa8351d9e

View File

@@ -23,7 +23,7 @@ exists($$LLVM_INSTALL_DIR) {
SUBDIRS += clangbackend SUBDIRS += clangbackend
} }
BUILD_CPLUSPLUS_TOOLS = $$(BUILD_CPLUSPLUS_TOOLS) isEmpty(BUILD_CPLUSPLUS_TOOLS):BUILD_CPLUSPLUS_TOOLS=$$(BUILD_CPLUSPLUS_TOOLS)
!isEmpty(BUILD_CPLUSPLUS_TOOLS) { !isEmpty(BUILD_CPLUSPLUS_TOOLS) {
SUBDIRS += cplusplus-ast2png \ SUBDIRS += cplusplus-ast2png \
cplusplus-frontend \ cplusplus-frontend \