Files
qt-creator/tests/auto/solutions/tasking/tasking.qbs

9 lines
174 B
QML
Raw Normal View History

QtcAutotest {
name: "Tasking autotest"
Depends { name: "Qt"; submodules: ["concurrent", "network"] }
Depends { name: "Tasking" }
files: "tst_tasking.cpp"
}