mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
5c495265f4
This implements out-of-repository-theming, and removes the old custom.ini theming that never worked on all platforms and had no straight deployment story. The new approach requires the CMAKE variable OEM_THEME_DIR to point to a directory that must at least contain an OEM.cmake file (check OWNCLOUD.cmake for possible options) as well as a themes.qrc and a themes/ directory that directly correspond to the ones in the source tree.
24 lines
1 KiB
Text
24 lines
1 KiB
Text
<RCC>
|
|
<qresource prefix="/mirall">
|
|
<file>resources/mirall-32.png</file>
|
|
<file>resources/mirall-64.png</file>
|
|
<file>resources/mirall-128.png</file>
|
|
<file>resources/folder-grey-32.png</file>
|
|
<file>resources/folder-remote-32.png</file>
|
|
<file>resources/folder-grey-22.png</file>
|
|
<file>resources/folder-remote-22.png</file>
|
|
<file>resources/mirall-22.png</file>
|
|
<file>resources/mirall-48.png</file>
|
|
<file>resources/folder-grey-48.png</file>
|
|
<file>resources/folder-remote-48.png</file>
|
|
<file>resources/dialog-close.png</file>
|
|
<file>resources/dialog-ok.png</file>
|
|
<file>resources/dialog-cancel.png</file>
|
|
<file>resources/view-refresh.png</file>
|
|
<file>resources/folder-favorites.png</file>
|
|
<file>resources/folder-sync-48.png</file>
|
|
<file>resources/folder-important.png</file>
|
|
<file>resources/folder-grey.png</file>
|
|
<file>resources/task-ongoing.png</file>
|
|
</qresource>
|
|
</RCC>
|