application icons on other operating systems too
Tadeusz Andrzej Kadlubowski
yess at hell.org.pl
Thu Sep 27 08:47:42 BST 2007
On Sep 27, 2007, at 08:13, Ralf Habacker wrote:
> Hi,
>
> on win32 application icon are embedded into the executable for
> which the new macro KDE4_ADD_APP_ICON() is aimed to.
> My question is if there are other platforms which have the need for
> such a macro. If no this macro would be renamed to
> KDE4_ADD_WIN32_APP_ICON() based on a request from alex Neundorf.
Hello,
MacOS X has this application bundling. An application binary goes
into foo.app/Contents/MacOS/foo and the icon goes into foo.app/
Contents/Resources/ directory. There's foo.app/Contents/Info.plist
XML file that tells what kind of resources (not only an application
icon) are there in this foo.app/Contents/Resources/.
It is hidden from the user. The user sees foo.app as a single file
that can be double-clicked and launched.
So yeah, pretty much KDE4/Mac would need such a CMake macro.
Regards,
--
tadeusz
More information about the kde-core-devel
mailing list