Fix deployment of wizards on OSX

Task-number: QTCREATORBUG-14490
Change-Id: I41d214f96ce60b2e268585b1b740f47915b0d3df
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-07-13 10:13:35 +02:00
parent 08ab1b6d76
commit 400f87fa58
10 changed files with 7 additions and 5 deletions

View File

@@ -1,10 +1,12 @@
TEMPLATE = aux
content.files = \
autotest
STATIC_BASE = $$PWD
STATIC_DIRS = templates
content.path = $$QTC_PREFIX/share/qtcreator/templates/wizards
for(data_dir, STATIC_DIRS) {
files = $$files($$STATIC_BASE/$$data_dir/*, true)
for(file, files): !exists($$file/*): STATIC_FILES += $$file
}
OTHER_FILES += $${content.files}
include(../../qtcreator/share/qtcreator/static.pri)
INSTALLS += content

View File

Before

Width:  |  Height:  |  Size: 683 B

After

Width:  |  Height:  |  Size: 683 B