forked from qt-creator/qt-creator
Add wizard install step when building with qbs
Change-Id: I83249c99b7a70b6dbb6909446dbe9c7e89b163fc Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user