forked from qt-creator/qt-creator
It's being replaced with DeviceFileSystemModel. Change-Id: I062f2a873ecede9755527e8ee7b8b4d578289c4b Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
20 lines
414 B
QML
20 lines
414 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",
|
|
"ssh/shell/shell.qbs",
|
|
"widgets/widgets.qbs",
|
|
]
|
|
}
|