forked from qt-creator/qt-creator
Change-Id: I387daf12c3681074f0ec7cc5a6ae656f4c1d4e73 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
20 lines
581 B
QML
20 lines
581 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "Tools"
|
|
references: [
|
|
"buildoutputparser/buildoutputparser.qbs",
|
|
"clangbackend/clangbackend.qbs",
|
|
"cplusplustools.qbs",
|
|
"qml2puppet/qml2puppet.qbs",
|
|
"qtcdebugger/qtcdebugger.qbs",
|
|
"qtcreatorcrashhandler/qtcreatorcrashhandler.qbs",
|
|
"qtpromaker/qtpromaker.qbs",
|
|
"sdktool/sdktool.qbs",
|
|
"valgrindfake/valgrindfake.qbs",
|
|
"3rdparty/iossim/iossim.qbs",
|
|
"iostool/iostool.qbs",
|
|
"winrtdebughelper/winrtdebughelper.qbs"
|
|
].concat(project.additionalTools)
|
|
}
|