Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2018-01-04 23:06:23 +0300
committerDominik Schmidt <dev@dominik-schmidt.de>2018-01-13 15:58:17 +0300
commit81c20352e1dfd7800f7c43ce8dc9bb08b68b33ce (patch)
tree23012ddf6fb031c15844223deda7576cf097f0c8 /theme.qrc
parent4e52ee9ebd6672bb3f1099e27f3cd2cf9a0635d4 (diff)
Use new ECMAddAppIcon macro for application icons.
cmake/modules/ECMAddAppIcon.cmake is heavily patched to support sidebar icons, OUTFILE_BASE parameter and to not include 64 and 64@2x icons on macOS which are not supported. All changes are made in a way that we can upstream this.
Diffstat (limited to 'theme.qrc')
-rw-r--r--theme.qrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/theme.qrc b/theme.qrc
index 4f4357e61..e85cedd71 100644
--- a/theme.qrc
+++ b/theme.qrc
@@ -1,12 +1,12 @@
<RCC>
<qresource prefix="/client">
- <file>theme/colored/owncloud-icon-512.png</file>
- <file>theme/colored/owncloud-icon-256.png</file>
- <file>theme/colored/owncloud-icon-128.png</file>
- <file>theme/colored/owncloud-icon-22.png</file>
- <file>theme/colored/owncloud-icon-32.png</file>
- <file>theme/colored/owncloud-icon-48.png</file>
- <file>theme/colored/owncloud-icon-64.png</file>
+ <file alias="theme/colored/owncloud-icon-512.png">theme/colored/512-owncloud-icon.png</file>
+ <file alias="theme/colored/owncloud-icon-256.png">theme/colored/256-owncloud-icon.png</file>
+ <file alias="theme/colored/owncloud-icon-128.png">theme/colored/128-owncloud-icon.png</file>
+ <file alias="theme/colored/owncloud-icon-22.png">theme/colored/22-owncloud-icon.png</file>
+ <file alias="theme/colored/owncloud-icon-32.png">theme/colored/32-owncloud-icon.png</file>
+ <file alias="theme/colored/owncloud-icon-48.png">theme/colored/48-owncloud-icon.png</file>
+ <file alias="theme/colored/owncloud-icon-64.png">theme/colored/64-owncloud-icon.png</file>
<file>theme/colored/state-error-32.png</file>
<file>theme/colored/state-error-64.png</file>
<file>theme/colored/state-error-128.png</file>