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@owncloud.com>2013-08-23 12:16:54 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-08-23 12:30:03 +0400
commit9f89a2fe76d62672e7ef565655e1a4342d5361b7 (patch)
tree4b686092b83aa52ebb3db05ee8467183d79a887d /OWNCLOUD.cmake
parente386bfb55051ae13e59f09ceaae23fa31cfce97d (diff)
More adjustments around the application name
- libname is now derived from binary name (which is lowercase) - remove superflouos reimplementation of appName() in owncloud theme - APPLICATION_SHORTNAME is now optional (and if not set, equals APPLICATION_NAME
Diffstat (limited to 'OWNCLOUD.cmake')
-rw-r--r--OWNCLOUD.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake
index ffbb5b1fd..d0beb9c16 100644
--- a/OWNCLOUD.cmake
+++ b/OWNCLOUD.cmake
@@ -1,9 +1,9 @@
-set( APPLICATION_SHORTNAME "owncloud" )
set( APPLICATION_NAME "ownCloud" )
-set( APPLICATION_EXECUTABLE "owncloud" )
-set( APPLICATION_DOMAIN "owncloud.com" )
-set( APPLICATION_VENDOR "ownCloud, Inc" )
-set( THEME_CLASS "ownCloudTheme" )
+#set( APPLICATION_SHORTNAME ${APPLICATION_NAME} )
+set( APPLICATION_EXECUTABLE "owncloud" )
+set( APPLICATION_DOMAIN "owncloud.com" )
+set( APPLICATION_VENDOR "ownCloud, Inc" )
+set( THEME_CLASS "ownCloudTheme" )
set( APPLICATION_REV_DOMAIN "com.owncloud.desktopclient" )
set( WIN_SETUP_BITMAP_PATH "${CMAKE_SOURCE_DIR}/admin/win/nsi" )
# set( THEME_INCLUDE "${OEM_THEME_DIR}/mytheme.h" )