forked from qt-creator/qt-creator
It's being replaced by QtcProcess with path on device. Change-Id: I29eb038d1b17151683f86855eb547e47f7f7dea5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
19 lines
383 B
QML
19 lines
383 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "QtcManualtests"
|
|
|
|
condition: project.withAutotests
|
|
|
|
references: [
|
|
"debugger/gui/gui.qbs",
|
|
"debugger/simple/simple.qbs",
|
|
"fakevim/fakevim.qbs",
|
|
"pluginview/pluginview.qbs",
|
|
"process/process.qbs",
|
|
"proparser/testreader.qbs",
|
|
"shootout/shootout.qbs",
|
|
"widgets/widgets.qbs",
|
|
]
|
|
}
|