From e7c9668ce02044807e1983042e6e11440c76889f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Sat, 6 Jul 2013 08:01:49 +0000 Subject: [PATCH] Added product name and string to brandig documentation git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@16988 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Documentation/DeveloperHelpSources/branding.docu | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/DeveloperHelpSources/branding.docu b/Documentation/DeveloperHelpSources/branding.docu index 828d5b46..ef87c3d2 100644 --- a/Documentation/DeveloperHelpSources/branding.docu +++ b/Documentation/DeveloperHelpSources/branding.docu @@ -7,9 +7,14 @@ Configurations made in this directory will overwrite some icons, settings and configurations. \code SourceDir/branding/branding.cmake // General cmake file for branding flags - \endcode + \section cmake_options CMake Options + \code + OPENFLIPPER_PRODUCT_NAME // Name of the Product found in all visible places + OPENFLIPPER_PRODUCT_STRING // String of the Product without space,... used for config dir and others + \endcode + \section branding_icons Application internal icons If you want to replace the icon set of OpenFlipper (partially or complete), you can override them with icon sets for linux, win, mac or all at once. -- GitLab