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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2021-01-20 12:41:16 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2021-01-20 12:41:16 +0300
commit4b4437787f739ebd4112229d12179b4e81371a1a (patch)
treeefd408d0d140956db59ebd1cb3734c805a9348d5 /config.h.in
parent0b135ae644340d3a72d3dd32eebe38295ff5b0aa (diff)
Add the APPLICATION_ICON_SET option
Also mention the svg possibly used in the wizard Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index a07a4f9a6..d69788752 100644
--- a/config.h.in
+++ b/config.h.in
@@ -20,6 +20,7 @@
#cmakedefine APPLICATION_UPDATE_URL "@APPLICATION_UPDATE_URL@"
#cmakedefine APPLICATION_HELP_URL "@APPLICATION_HELP_URL@"
#cmakedefine APPLICATION_ICON_NAME "@APPLICATION_ICON_NAME@"
+#cmakedefine APPLICATION_ICON_SET "@APPLICATION_ICON_SET@"
#cmakedefine APPLICATION_SERVER_URL "@APPLICATION_SERVER_URL@"
#cmakedefine APPLICATION_SERVER_URL_ENFORCE "@APPLICATION_SERVER_URL_ENFORCE@"
#cmakedefine LINUX_APPLICATION_ID "@LINUX_APPLICATION_ID@"