From 5c495265f4f0fc49d23519b198f0f6b2d1606a03 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 9 Jan 2013 16:29:50 +0100 Subject: Consolidate theming support. This implements out-of-repository-theming, and removes the old custom.ini theming that never worked on all platforms and had no straight deployment story. The new approach requires the CMAKE variable OEM_THEME_DIR to point to a directory that must at least contain an OEM.cmake file (check OWNCLOUD.cmake for possible options) as well as a themes.qrc and a themes/ directory that directly correspond to the ones in the source tree. --- OWNCLOUD.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OWNCLOUD.cmake') diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake index 8e28f0524..ffbb5b1fd 100644 --- a/OWNCLOUD.cmake +++ b/OWNCLOUD.cmake @@ -5,3 +5,6 @@ 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" ) +# set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt ) -- cgit v1.2.3