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:
Jake Petroules
2015-11-01 23:45:49 -08:00
committed by Eike Ziller
parent 3b48de66bf
commit 141688092d

View File

@@ -32,13 +32,13 @@ win32 {
ASSETCATALOG.output = $$IDE_DATA_PATH/qtcreator.icns ASSETCATALOG.output = $$IDE_DATA_PATH/qtcreator.icns
ASSETCATALOG.commands = xcrun actool \ ASSETCATALOG.commands = xcrun actool \
--app-icon qtcreator \ --app-icon qtcreator \
--output-partial-info-plist /dev/null \ --output-partial-info-plist $$shell_quote($(TMPDIR)/qtcreator.Info.plist) \
--platform macosx \ --platform macosx \
--minimum-deployment-target 10.7 \ --minimum-deployment-target 10.7 \
--compile $$shell_quote($$IDE_DATA_PATH) \ --compile $$shell_quote($$IDE_DATA_PATH) \
$$shell_quote($$PWD/qtcreator.xcassets) $$shell_quote($$PWD/qtcreator.xcassets) > /dev/null
ASSETCATALOG.input = ASSETCATALOG.files ASSETCATALOG.input = ASSETCATALOG.files
ASSETCATALOG.CONFIG += no_link ASSETCATALOG.CONFIG += no_link target_predeps
QMAKE_EXTRA_COMPILERS += ASSETCATALOG QMAKE_EXTRA_COMPILERS += ASSETCATALOG
} }
QMAKE_INFO_PLIST = Info.plist QMAKE_INFO_PLIST = Info.plist