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

9 lines
188 B
QML
Raw Normal View History

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