forked from qt-creator/qt-creator
Import from: https://github.com/qt/qtscxml/tree/dev/examples/scxml/trafficlight-common and implement it in terms of TaskTree. The recipe() corresponds to trafficlight.scxml file and implements the business logic. Used components: TimeoutTask and BarrierTask. Change-Id: Ifc08b947388abed8cfc85ba082aaa0b18da0a1d7 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
24 lines
667 B
QML
24 lines
667 B
QML
Project {
|
|
name: "QtcManualTests"
|
|
|
|
qbsSearchPaths: "qbs"
|
|
|
|
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/dataexchange/dataexchange.qbs",
|
|
"tasking/demo/demo.qbs",
|
|
"tasking/imagescaling/imagescaling.qbs",
|
|
"tasking/trafficlight/trafficlight.qbs",
|
|
"terminal/terminal.qbs",
|
|
"widgets/widgets.qbs",
|
|
]
|
|
}
|