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 \
|
2015-06-04 12:27:46 +02:00
|
|
|
buildoutputparser
|
2010-09-27 15:51:49 +02:00
|
|
|
|
2017-03-24 13:52:31 +01:00
|
|
|
qtHaveModule(quick-private): SUBDIRS += qml2puppet
|
2017-02-10 21:50:37 +01:00
|
|
|
|
2012-02-02 09:30:22 +01:00
|
|
|
win32 {
|
2014-04-25 09:20:57 +02:00
|
|
|
SUBDIRS += qtcdebugger \
|
|
|
|
|
winrtdebughelper
|
2017-03-01 10:20:10 +01:00
|
|
|
|
|
|
|
|
isEmpty(QTC_SKIP_WININTERRUPT): SUBDIRS += wininterrupt
|
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-29 12:53:01 +01:00
|
|
|
|
2017-07-19 17:12:53 +02:00
|
|
|
QTC_NO_CLANG_LIBTOOLING=$$(QTC_NO_CLANG_LIBTOOLING)
|
|
|
|
|
isEmpty(QTC_NO_CLANG_LIBTOOLING) {
|
2016-11-29 12:53:01 +01:00
|
|
|
SUBDIRS += clangrefactoringbackend
|
2017-01-30 11:24:46 +01:00
|
|
|
SUBDIRS += clangpchmanagerbackend
|
2016-11-29 12:53:01 +01:00
|
|
|
} else {
|
2017-01-30 11:24:46 +01:00
|
|
|
warning("Building the Clang refactoring back end and the pch manager plugins are disabled.")
|
2016-11-29 12:53:01 +01:00
|
|
|
}
|
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
|
|
|
}
|