aboutsummaryrefslogtreecommitdiffstats
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.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/utils/async/async.qbs b/tests/auto/utils/async/async.qbs
new file mode 100644
index 00000000000..696b0959a5b
--- /dev/null
+++ b/tests/auto/utils/async/async.qbs
@@ -0,0 +1,7 @@
+import qbs
+
+QtcAutotest {
+ name: "Async autotest"
+ Depends { name: "Utils" }
+ files: "tst_async.cpp"
+}