From 7768f07ece949d17e552a29f2199db14dce273ea Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 10 Apr 2015 14:33:44 +0200 Subject: [PATCH] Add wizard install step when building with qbs Change-Id: I83249c99b7a70b6dbb6909446dbe9c7e89b163fc Reviewed-by: Christian Kandeler --- plugins/autotest/autotest.qbs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plugins/autotest/autotest.qbs b/plugins/autotest/autotest.qbs index 8b522b6eb62..93505bce3ba 100644 --- a/plugins/autotest/autotest.qbs +++ b/plugins/autotest/autotest.qbs @@ -77,4 +77,15 @@ QtcPlugin { "autotestunittests.qrc", ] } + + Group { + name: "Auto Test Wizard" + prefix: "../../shared/autotest/" + files: [ + "*" + ] + fileTags: [] + qbs.install: true + qbs.installDir: project.ide_data_path + "/templates/wizards/autotest" + } }