aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2015-11-01 23:45:49 -0800
committerEike Ziller <eike.ziller@theqtcompany.com>2015-11-20 11:57:26 +0000
commit141688092d2bd07d85ee5342b90cfa1306531fd1 (patch)
tree74dc760ee6396c2164704251459ad180f1261b38 /src/app/app.pro
parent3b48de66bf1f04e0bd3e1e3958e5c0735cb833e5 (diff)
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>
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 5b7ad52a03..7ae24c943f 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -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