forked from qt-creator/qt-creator
16 lines
311 B
QML
16 lines
311 B
QML
|
|
QtcManualTest {
|
||
|
|
name: "Tasking dataexchange"
|
||
|
|
type: ["application"]
|
||
|
|
|
||
|
|
Depends { name: "Qt"; submodules: ["concurrent", "network", "widgets"] }
|
||
|
|
Depends { name: "Tasking" }
|
||
|
|
|
||
|
|
files: [
|
||
|
|
"main.cpp",
|
||
|
|
"recipe.cpp",
|
||
|
|
"recipe.h",
|
||
|
|
"viewer.cpp",
|
||
|
|
"viewer.h",
|
||
|
|
]
|
||
|
|
}
|