summaryrefslogtreecommitdiff
path: root/tests/auto/utils/async/async.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/utils/async/async.qbs')
-rw-r--r--tests/auto/utils/async/async.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/utils/async/async.qbs b/tests/auto/utils/async/async.qbs
index 31fd6268de..696b0959a5 100644
--- a/tests/auto/utils/async/async.qbs
+++ b/tests/auto/utils/async/async.qbs
@@ -2,7 +2,6 @@ import qbs
QtcAutotest {
name: "Async autotest"
- Depends { name: "Tasking" }
Depends { name: "Utils" }
files: "tst_async.cpp"
}