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:
authorDaniel Molkentin <danimo@linux-l86e.site>2012-09-20 11:19:26 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-09-20 19:31:18 +0400
commit663a1886e908661ecf1097c5c9b76ecad8670d2e (patch)
treeeca3b6e28937d6ffbeb206201d85ec0ed8ec4352 /OWNCLOUD.cmake
parent1a603bd8002e8f55759a25bb77bd43060c59bb18 (diff)
CMake: Centralize all application-specific parameters.
Diffstat (limited to 'OWNCLOUD.cmake')
-rw-r--r--OWNCLOUD.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake
new file mode 100644
index 000000000..47b32c6d2
--- /dev/null
+++ b/OWNCLOUD.cmake
@@ -0,0 +1,6 @@
+set( APPLICATION_SHORTNAME "owncloud-client" )
+set( APPLICATION_NAME "ownCloud Client" )
+set( APPLICATION_EXECUTABLE "owncloud" )
+set( APPLICATION_DOMAIN "owncloud.org" )
+set( THEME_CLASS "ownCloudTheme" )
+