summaryrefslogtreecommitdiff
path: root/tests/auto/utils/async/async.qbs
blob: 31fd6268decc749dbed8c0011889381d7d2bd0d9 (plain)
1
2
3
4
5
6
7
8
import qbs

QtcAutotest {
    name: "Async autotest"
    Depends { name: "Tasking" }
    Depends { name: "Utils" }
    files: "tst_async.cpp"
}