aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/tools.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/tools.qbs')
-rw-r--r--tests/auto/tools/tools.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/tools/tools.qbs b/tests/auto/tools/tools.qbs
index e0cb6c785..54a6ea485 100644
--- a/tests/auto/tools/tools.qbs
+++ b/tests/auto/tools/tools.qbs
@@ -1,6 +1,6 @@
-import "../autotest.qbs" as AutoTest
+import qbs
-AutoTest {
+QbsAutotest {
testName: "tools"
files: ["tst_tools.cpp"]
}