2017-10-10 12:28:40 +03:00
|
|
|
set( APPLICATION_NAME "Nextcloud" )
|
|
|
|
set( APPLICATION_SHORTNAME "Nextcloud" )
|
|
|
|
set( APPLICATION_EXECUTABLE "nextcloud" )
|
|
|
|
set( APPLICATION_DOMAIN "nextcloud.com" )
|
|
|
|
set( APPLICATION_VENDOR "Nextcloud GmbH" )
|
|
|
|
set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client/" CACHE string "URL for updater" )
|
|
|
|
set( APPLICATION_ICON_NAME "Nextcloud" )
|
2014-01-28 16:33:33 +04:00
|
|
|
|
2017-10-10 12:28:40 +03:00
|
|
|
set( LINUX_PACKAGE_SHORTNAME "nextcloud" )
|
2017-09-22 11:29:17 +03:00
|
|
|
|
2017-10-10 12:28:40 +03:00
|
|
|
set( THEME_CLASS "NextcloudTheme" )
|
|
|
|
set( APPLICATION_REV_DOMAIN "com.nextcloud.desktopclient" )
|
2013-01-09 19:29:50 +04:00
|
|
|
set( WIN_SETUP_BITMAP_PATH "${CMAKE_SOURCE_DIR}/admin/win/nsi" )
|
2014-12-03 16:37:15 +03:00
|
|
|
|
|
|
|
set( MAC_INSTALLER_BACKGROUND_FILE "${CMAKE_SOURCE_DIR}/admin/osx/installer-background.png" CACHE STRING "The MacOSX installer background image")
|
|
|
|
|
2013-01-09 19:29:50 +04:00
|
|
|
# set( THEME_INCLUDE "${OEM_THEME_DIR}/mytheme.h" )
|
|
|
|
# set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt )
|
2014-08-28 14:05:00 +04:00
|
|
|
|
|
|
|
option( WITH_CRASHREPORTER "Build crashreporter" OFF )
|
2017-10-10 12:28:40 +03:00
|
|
|
#set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE string "URL for crash reporter" )
|
|
|
|
#set( CRASHREPORTER_ICON ":/owncloud-icon.png" )
|
2018-06-21 18:04:47 +03:00
|
|
|
|
|
|
|
option( WITH_PROVIDERS "Build with providers list" OFF )
|