2023-05-29 19:05:31 +02:00
|
|
|
import qbs.FileInfo
|
|
|
|
|
|
2023-09-19 18:22:48 +02:00
|
|
|
QtcManualTest {
|
2023-05-29 19:05:31 +02:00
|
|
|
name: "Tasking demo"
|
|
|
|
|
type: ["application"]
|
|
|
|
|
|
2023-06-02 23:56:50 +02:00
|
|
|
Depends { name: "Qt"; submodules: ["network", "widgets"] }
|
2023-05-29 19:05:31 +02:00
|
|
|
Depends { name: "Tasking" }
|
|
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"demo.qrc",
|
|
|
|
|
"main.cpp",
|
|
|
|
|
"progressindicator.h",
|
|
|
|
|
"progressindicator.cpp",
|
|
|
|
|
"taskwidget.h",
|
|
|
|
|
"taskwidget.cpp",
|
|
|
|
|
]
|
|
|
|
|
}
|