Files
qt-creator/tests/manual/manual.qbs
Jarek Kobus 2856091c75 Get rid of SshRemoteProcess
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>
2022-05-09 07:42:13 +00:00

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",
]
}