Re: package app with icons
I normally use ressources for icons and small graphics:
[url]http://doc.trolltech.com/4.6/designer-resources.html[/url]
So you don't have to care about installing the graphics, optification etc.
Re: package app with icons
Yes, it's common in Qt to embed files into a binary file.
Better link as I guess you are not using Qt Designer:
[url]http://doc.trolltech.com/4.6/resources.html[/url]
Re: package app with icons
Yes, Debian packaging of an application using icons within a Ressource file works well.
Thanks!