From 769755b4f2a34e94df38dc2d6fbfcb5e8625e5be Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 25 Mar 2010 23:11:35 +0000 Subject: -some work on the documentation Alex svn path=/trunk/KDE/kdelibs/; revision=1107538 --- modules/KDE4Macros.cmake | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'modules/KDE4Macros.cmake') diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index a64d20a9..a2cba7c2 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -1122,18 +1122,7 @@ macro (KDE4_ADD_WIN32_APP_ICON appsources) endmacro (KDE4_ADD_WIN32_APP_ICON) # adds application icon to target source list - -# this macro adds an application icon to the specified target -# mac osx notes : the application icon is added to a Mac OS X bundle so that Finder and friends show the right thing. -# win32 notes: the application icon(s) are compiled into the application -# there is some workaround in kde4_add_kdeinit_executable to make it possible for those applications as well -# parameters: -# 'appsources' - specifies the list of source files; this has to end in _SRCS or _KDEINIT_SRCS -# (see the replace stuff below) -# 'pattern' - regular expression for searching application icons -# example: KDE4_ADD_APP_ICON( myapp_SRCS "pics/cr*-myapp.png") -# example: KDE4_ADD_APP_ICON( myapp_KDEINIT_SRCS "icons/oxygen/*/apps/myapp.png") - +# for detailled documentation see the top of FindKDE4Internal.cmake macro (KDE4_ADD_APP_ICON appsources pattern) string(REPLACE _KDEINIT_SRCS "" target ${appsources}) if(${appsources} STREQUAL ${target}) -- cgit v1.2.1