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>
18 lines
378 B
QML
18 lines
378 B
QML
QtcManualTest {
|
|
name: "Tasking trafficlight"
|
|
type: ["application"]
|
|
|
|
Depends { name: "Qt"; submodules: ["concurrent", "network", "widgets"] }
|
|
Depends { name: "Tasking" }
|
|
|
|
files: [
|
|
"glueinterface.h",
|
|
"main.cpp",
|
|
"recipe.cpp",
|
|
"recipe.h",
|
|
"trafficlight.cpp",
|
|
"trafficlight.h",
|
|
"trafficlight.qrc",
|
|
]
|
|
}
|