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
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-11-03 18:58:47 +0300
committerHannah von Reth <vonreth@kde.org>2020-11-04 19:21:52 +0300
commit0d1fa8177acc5b61ebd3bdc2555769226282891d (patch)
tree1b8e419ca7292824636613b5d51afe9a54a33158 /CMakeLists.txt
parent770ae130f35024f8564c5ae136a3c46d5cd07686 (diff)
Support legacy naming of app icon
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cd5075f23..f2c28f328 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,6 +86,8 @@ set(DATADIR "share")
endif(WIN32)
set(SHAREDIR ${DATADIR})
+set(OEM_THEME_DIR "${PROJECT_SOURCE_DIR}" CACHE STRING "Define directory containing a custom theme")
+
# this option removes Http authentication, keychain, shibboleth etc and is intended for
# external authentication mechanisms
option(TOKEN_AUTH_ONLY "TOKEN_AUTH_ONLY" OFF)