Files
qt-creator/tests/manual/manual.qbs
Jarek Kobus d578b3a7c0 Remove manual test for QtcProcess
It's not clear what this test is going to do and
how to run it. Besides, it's not working at least
for one year already. There is not a big loss, since
it was utilizing QtcProcess::readDataFromProcess() only.

Change-Id: I821cd2755d5889ddc3f772352148d595ca1816c2
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2022-07-11 08:35:32 +00:00

19 lines
391 B
QML

import qbs
Project {
name: "QtcManualtests"
condition: project.withAutotests
references: [
"debugger/gui/gui.qbs",
"debugger/simple/simple.qbs",
"deviceshell/deviceshell.qbs",
"fakevim/fakevim.qbs",
"pluginview/pluginview.qbs",
"proparser/testreader.qbs",
"shootout/shootout.qbs",
"widgets/widgets.qbs",
]
}