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:43:20 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-11-04 19:43:20 +0300
commit9ba1a04be0325bc478696cd75883fba079a31b58 (patch)
treeec7f8a3d4001c5efc8a4aa1c6e3ea90ec106a440 /cmake
parentaa8bea2cc6f15e8e5e06764a1cc2b83bc341b97c (diff)
Use correct oem var for icon name
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 91010e6ad..1f3879289 100644
--- a/cmake/modules/OCGenerateTheme.cmake
+++ b/cmake/modules/OCGenerateTheme.cmake
@@ -17,7 +17,7 @@ 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/${APPLICATION_SHORTNAME}\">\n")
- __addIcon("colored" "${APPLICATION_SHORTNAME}-icon")
+ __addIcon("colored" "${APPLICATION_ICON_NAME}-icon")
set(STATES "ok;error;information;offline;pause;sync")
set(THEMES "colored;dark;black;white")