summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-04-10 14:33:44 +0200
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-04-10 16:25:06 +0300
commit7768f07ece949d17e552a29f2199db14dce273ea (patch)
tree8455c246b886a6d0ed42a074a86990fe9db26f92
parentf1b240d004578d54b6497a910098566022c8edb0 (diff)
downloadqt-creator-7768f07ece949d17e552a29f2199db14dce273ea.tar.gz
Add wizard install step when building with qbs
Change-Id: I83249c99b7a70b6dbb6909446dbe9c7e89b163fc Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
-rw-r--r--plugins/autotest/autotest.qbs11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/autotest/autotest.qbs b/plugins/autotest/autotest.qbs
index 8b522b6eb6..93505bce3b 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"
+ }
}