aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/externaltool
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/externaltool')
-rw-r--r--tests/auto/externaltool/externaltool.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/externaltool/externaltool.qbs b/tests/auto/externaltool/externaltool.qbs
index 535e1f0b09..696d8a0ba7 100644
--- a/tests/auto/externaltool/externaltool.qbs
+++ b/tests/auto/externaltool/externaltool.qbs
@@ -1,7 +1,7 @@
import qbs
-import "../autotest.qbs" as Autotest
+import QtcAutotest
-Autotest {
+QtcAutotest {
name: "ExternalTool autotest"
property path corePluginDir: project.ide_source_tree + "/src/plugins/coreplugin"
// TODO: This should be all that is needed here: Depends { name: "Core" }