aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-10-29 10:15:25 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-10-29 09:32:02 +0000
commit66f3e9724e07fe07decec291190043603140612f (patch)
tree79dcb588ff67611c392accd6525d334bee35037a /src/app/app.pro
parent50cd003e0bf87efad9aa0e9675b4e1ef584012c9 (diff)
Use IDE_DATA_PATH
We have a variable for it, so use it Change-Id: I0985c7540fc0589abe9532ad1f2a590134fa5195 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 37344af1d2..5b7ad52a03 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -29,13 +29,13 @@ win32 {
macx-xcode {
QMAKE_BUNDLE_DATA += ASSETCATALOG
} else {
- ASSETCATALOG.output = $$IDE_BIN_PATH/../Resources/qtcreator.icns
+ ASSETCATALOG.output = $$IDE_DATA_PATH/qtcreator.icns
ASSETCATALOG.commands = xcrun actool \
--app-icon qtcreator \
--output-partial-info-plist /dev/null \
--platform macosx \
--minimum-deployment-target 10.7 \
- --compile $$shell_quote($$IDE_BIN_PATH/../Resources) \
+ --compile $$shell_quote($$IDE_DATA_PATH) \
$$shell_quote($$PWD/qtcreator.xcassets)
ASSETCATALOG.input = ASSETCATALOG.files
ASSETCATALOG.CONFIG += no_link