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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-11-04 19:07:39 +0300
committerHannah von Reth <vonreth@kde.org>2020-11-04 19:21:52 +0300
commitaa8bea2cc6f15e8e5e06764a1cc2b83bc341b97c (patch)
tree5f6c3aaffa2d0a09b553375db69855739e6a87e3 /cmake
parent09875801016842b9325274acf91d88946a8720d2 (diff)
Put the theme name into the resource path
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/OCGenerateTheme.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/OCGenerateTheme.cmake b/cmake/modules/OCGenerateTheme.cmake
index 158454edb..91010e6ad 100644
--- a/cmake/modules/OCGenerateTheme.cmake
+++ b/cmake/modules/OCGenerateTheme.cmake
@@ -16,7 +16,7 @@ endfunction()
function(generate_theme TARGET)
if(NOT "${OEM_THEME_DIR}" STREQUAL "${PROJECT_SOURCE_DIR}")
set(QRC ${CMAKE_BINARY_DIR}/theme.qrc)
- file(WRITE "${QRC}" "<RCC>\n<qresource prefix=\"/client\">\n")
+ file(WRITE "${QRC}" "<RCC>\n<qresource prefix=\"/client/${APPLICATION_SHORTNAME}\">\n")
__addIcon("colored" "${APPLICATION_SHORTNAME}-icon")
set(STATES "ok;error;information;offline;pause;sync")