2009-06-04 19:39:48 +02:00
|
|
|
TEMPLATE = subdirs
|
2010-10-29 15:23:13 +02:00
|
|
|
|
2012-02-02 09:30:22 +01:00
|
|
|
SUBDIRS = qtpromaker \
|
2012-09-26 10:01:04 +02:00
|
|
|
../plugins/cpaster/frontend \
|
2013-09-08 12:00:49 +03:00
|
|
|
sdktool \
|
2013-04-25 16:02:17 +02:00
|
|
|
valgrindfake \
|
2013-10-17 18:47:44 +02:00
|
|
|
3rdparty \
|
2014-08-29 13:18:41 +02:00
|
|
|
qml2puppet \
|
2015-06-04 12:27:46 +02:00
|
|
|
buildoutputparser
|
2010-09-27 15:51:49 +02:00
|
|
|
|
2012-02-02 09:30:22 +01:00
|
|
|
win32 {
|
2014-04-25 09:20:57 +02:00
|
|
|
SUBDIRS += qtcdebugger \
|
|
|
|
|
wininterrupt \
|
|
|
|
|
winrtdebughelper
|
2011-03-04 12:15:18 +01:00
|
|
|
}
|
|
|
|
|
|
2013-04-25 16:02:17 +02:00
|
|
|
mac {
|
|
|
|
|
SUBDIRS += iostool
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-04 12:27:46 +02:00
|
|
|
isEmpty(LLVM_INSTALL_DIR):LLVM_INSTALL_DIR=$$(LLVM_INSTALL_DIR)
|
2015-06-05 09:01:55 +02:00
|
|
|
exists($$LLVM_INSTALL_DIR) {
|
2015-06-16 11:56:00 +02:00
|
|
|
SUBDIRS += clangbackend
|
2016-11-16 09:38:11 +01:00
|
|
|
# SUBDIRS += clangrefactoringbackend
|
2015-06-04 12:27:46 +02:00
|
|
|
}
|
|
|
|
|
|
2016-03-30 12:55:33 +02:00
|
|
|
isEmpty(BUILD_CPLUSPLUS_TOOLS):BUILD_CPLUSPLUS_TOOLS=$$(BUILD_CPLUSPLUS_TOOLS)
|
2015-01-29 10:08:39 +01:00
|
|
|
!isEmpty(BUILD_CPLUSPLUS_TOOLS) {
|
|
|
|
|
SUBDIRS += cplusplus-ast2png \
|
|
|
|
|
cplusplus-frontend \
|
|
|
|
|
cplusplus-mkvisitor \
|
|
|
|
|
cplusplus-update-frontend
|
|
|
|
|
}
|
|
|
|
|
|
2010-09-09 19:37:01 +02:00
|
|
|
QT_BREAKPAD_ROOT_PATH = $$(QT_BREAKPAD_ROOT_PATH)
|
|
|
|
|
!isEmpty(QT_BREAKPAD_ROOT_PATH) {
|
|
|
|
|
SUBDIRS += qtcrashhandler
|
2012-07-04 14:16:26 +02:00
|
|
|
} else {
|
|
|
|
|
linux-* {
|
|
|
|
|
# Build only in debug mode.
|
|
|
|
|
debug_and_release|CONFIG(debug, debug|release) {
|
|
|
|
|
SUBDIRS += qtcreatorcrashhandler
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-09-09 19:37:01 +02:00
|
|
|
}
|