forked from qt-creator/qt-creator
Rename tst_SubDirFileIterator into tst_SubDirFileContainer. Change-Id: I0907ff93f1d6537d200fdc9f5783cfd2a8eb0aa9 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
23 lines
559 B
QML
23 lines
559 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",
|
|
"spinner/spinner.qbs",
|
|
"subdirfilecontainer/subdirfilecontainer.qbs",
|
|
"tasking/demo/demo.qbs",
|
|
"tasking/imagescaling/imagescaling.qbs",
|
|
"widgets/widgets.qbs",
|
|
]
|
|
}
|