forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
Before Width: | Height: | Size: 683 B After Width: | Height: | Size: 683 B |
Reference in New Issue
Block a user