forked from qt-creator/qt-creator
Fix deployment of wizards on OSX when using build scripts
Change-Id: I9e1c223173c0a4e0f77d2c7642cf2d81010c1ff1 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE=$$(QTC_SOURCE)
|
||||
isEmpty(IDE_SOURCE_TREE): error(Set QTC_SOURCE environment variable)
|
||||
|
||||
TEMPLATE = aux
|
||||
|
||||
STATIC_BASE = $$PWD
|
||||
@@ -8,5 +11,5 @@ for(data_dir, STATIC_DIRS) {
|
||||
for(file, files): !exists($$file/*): STATIC_FILES += $$file
|
||||
}
|
||||
|
||||
include(../../qtcreator/share/qtcreator/static.pri)
|
||||
include($$IDE_SOURCE_TREE/share/qtcreator/static.pri)
|
||||
|
||||
|
Reference in New Issue
Block a user