[maemo-developers] Application icons
From: Ville M. Vainio vivainio at gmail.comDate: Tue Aug 31 10:24:23 EEST 2010
- Previous message: Application icons
- Next message: Application icons
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Application icons
- Next message: Application icons
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]