forked from qt-creator/qt-creator
Change-Id: Ie10fcc1aa6e31c663296610391d5453792c46a6f Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
23 lines
557 B
QML
23 lines
557 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",
|
|
"subdirfileiterator/subdirfileiterator.qbs",
|
|
"tasking/demo/demo.qbs",
|
|
"tasking/imagescaling/imagescaling.qbs",
|
|
"widgets/widgets.qbs",
|
|
]
|
|
}
|