From 9f89a2fe76d62672e7ef565655e1a4342d5361b7 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Fri, 23 Aug 2013 10:16:54 +0200 Subject: 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 --- OWNCLOUD.cmake | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OWNCLOUD.cmake') 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" ) -- cgit v1.2.3