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:
authorKlaas Freitag <freitag@owncloud.com>2015-02-12 13:12:10 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-02-12 13:12:10 +0300
commit6be0b2b6c30efcaebfa0d3cfd3c3265f5be1d6c3 (patch)
tree4920b6cc9015615fc68cb3b5843387af47a3752f /OWNCLOUD.cmake
parente4fce1250b8400942c31827bf6c50e694eb8924a (diff)
cmake: Lets do not explicitely set a APPLICATION_SHORTNAME.
That makes it defaulting to the APPLICATION_NAME which is ownCloud. That is what we want and expect to read the system exclude file from on linux. How we find the system exclude file linux: ConfigFile::excludeFileFromSystem() -> Theme::instance()->appName() -> OwncloudTheme::appName() returns "ownCloud" -> default Theme::appName() returns APPLICATION_SHORTNAME -> cmake installs to ${SYSCONFDIR}/${APPLICATION_SHORTNAME}
Diffstat (limited to 'OWNCLOUD.cmake')
-rw-r--r--OWNCLOUD.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake
index 3dcb19d26..1673f6f88 100644
--- a/OWNCLOUD.cmake
+++ b/OWNCLOUD.cmake
@@ -1,5 +1,4 @@
set( APPLICATION_NAME "ownCloud" )
-set( APPLICATION_SHORTNAME "owncloud" )
set( APPLICATION_EXECUTABLE "owncloud" )
set( APPLICATION_DOMAIN "owncloud.com" )
set( APPLICATION_VENDOR "ownCloud" )