Files
qt-creator/src/tools/tools.pro

33 lines
601 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS = qtpromaker \
qmlpuppet \
../plugins/cpaster/frontend \
sdktool \
valgrindfake \
3rdparty \
qml2puppet \
buildoutputparser
win32 {
SUBDIRS += qtcdebugger \
wininterrupt \
winrtdebughelper
}
mac {
SUBDIRS += iostool
}
QT_BREAKPAD_ROOT_PATH = $$(QT_BREAKPAD_ROOT_PATH)
!isEmpty(QT_BREAKPAD_ROOT_PATH) {
SUBDIRS += qtcrashhandler
} else {
linux-* {
# Build only in debug mode.
debug_and_release|CONFIG(debug, debug|release) {
SUBDIRS += qtcreatorcrashhandler
}
}
}