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-03 14:48:17 +02:00
|
|
|
qmlpuppet \
|
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 \
|
2013-10-17 18:47:44 +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
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
}
|