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" + } }