[maemo-developers] Application icons

From: Ville M. Vainio vivainio at gmail.com
Date: Tue Aug 31 10:24:23 EEST 2010
On Tue, Aug 31, 2010 at 10:17 AM, Christian Kandeler
<christian.kandeler at nokia.com> wrote:

> when writing Qt applications for Maemo,
> http://wiki.maemo.org/Packaging_a_Qt_application advises to add the
> following to one's .pro file:
>  iconxpm.path = $$DATADIR/pixmap
>  iconxpm.files += ../data/maemo/$${TARGET}.xpm

My theory is that this is folklore from pre-maemo5 days ;-).

I tried "calling the bullshit" and just doing this in my app (64x64 icon):

    icon.files += data/scalable/qtdone.png
    icon.path = $$DATADIR/icons/hicolor/scalable/hildon

and I don't really miss anything in terms of icons.

BTW, would it be possible to have the packaging stuff created by qt
creator done in a .pri file that is merely included by the .pro file?
It would seem much cleaner to me.

-- 
Ville M. Vainio @@ Forum Nokia
More information about the maemo-developers mailing list