forked from qt-creator/qt-creator
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>
19 lines
391 B
QML
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",
|
|
]
|
|
}
|