From 5c9f1751336a94542c31cf10c4055e4e5fc7ed8c Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 29 Apr 2014 13:42:37 +0200 Subject: qbs build: Make the autotest template available as an import. Just like for QtcPlugin, QtcLibrary etc. Change-Id: I395f5863f31abba589864be3ad41ad7fc893787f Reviewed-by: Jake Petroules --- tests/auto/externaltool/externaltool.qbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/externaltool') 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" } -- cgit v1.2.3