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>2021-08-11 11:05:27 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-11 11:20:01 +0300
commit39d5b917185bfaa9bcc111f3991f09f54a3094c2 (patch)
treebe6a67b4dba86286dfe6a13feab41950f6d7797d /cmake
parent9ab1277f3a85d9ce15c5e62c744e6f89e8b659d9 (diff)
Fix qrc alias
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/OCBundleResources.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/OCBundleResources.cmake b/cmake/modules/OCBundleResources.cmake
index 8d6053fdc..d205549d8 100644
--- a/cmake/modules/OCBundleResources.cmake
+++ b/cmake/modules/OCBundleResources.cmake
@@ -41,7 +41,7 @@ function(__addIcon QRC_PATH THEME ICON_NAME)
__add_file_to_qrc_file(
QRC_PATH ${QRC_PATH}
FILE_PATH ${OEM_THEME_DIR}/${icon}
- FILE_ALIAS ${iconAlias}
+ ALIAS ${iconAlias}
)
else()
set(SIZES "16;22;32;48;64;128;256;512;1024")
@@ -52,7 +52,7 @@ function(__addIcon QRC_PATH THEME ICON_NAME)
__add_file_to_qrc_file(
QRC_PATH ${QRC_PATH}
FILE_PATH ${OEM_THEME_DIR}/${icon}
- FILE_ALIAS ${iconAlias}
+ ALIAS ${iconAlias}
)
endif()
endforeach()