Add wizard install step when building with qbs

Change-Id: I83249c99b7a70b6dbb6909446dbe9c7e89b163fc
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-04-10 14:33:44 +02:00
parent f1b240d004
commit 7768f07ece

View File

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