forked from qt-creator/qt-creator
Fix missing application icon in Qt Creator qmake build.
Task-number: QTCREATORBUG-15260 Change-Id: I60bb8c455e708d377828801377c4fee43e654dcb Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
committed by
Eike Ziller
parent
3b48de66bf
commit
141688092d
@@ -32,13 +32,13 @@ win32 {
|
||||
ASSETCATALOG.output = $$IDE_DATA_PATH/qtcreator.icns
|
||||
ASSETCATALOG.commands = xcrun actool \
|
||||
--app-icon qtcreator \
|
||||
--output-partial-info-plist /dev/null \
|
||||
--output-partial-info-plist $$shell_quote($(TMPDIR)/qtcreator.Info.plist) \
|
||||
--platform macosx \
|
||||
--minimum-deployment-target 10.7 \
|
||||
--compile $$shell_quote($$IDE_DATA_PATH) \
|
||||
$$shell_quote($$PWD/qtcreator.xcassets)
|
||||
$$shell_quote($$PWD/qtcreator.xcassets) > /dev/null
|
||||
ASSETCATALOG.input = ASSETCATALOG.files
|
||||
ASSETCATALOG.CONFIG += no_link
|
||||
ASSETCATALOG.CONFIG += no_link target_predeps
|
||||
QMAKE_EXTRA_COMPILERS += ASSETCATALOG
|
||||
}
|
||||
QMAKE_INFO_PLIST = Info.plist
|
||||
|
||||
Reference in New Issue
Block a user