aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/externaltool
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-04-29 13:42:37 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-05-08 11:01:44 +0200
commit5c9f1751336a94542c31cf10c4055e4e5fc7ed8c (patch)
tree64f8c266583b6724d3eb5a9556d8344e574a736f /tests/auto/externaltool
parent65ee566183d4afe59c92ddcc846ec0588c81c39a (diff)
qbs build: Make the autotest template available as an import.
Just like for QtcPlugin, QtcLibrary etc. Change-Id: I395f5863f31abba589864be3ad41ad7fc893787f Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
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" }