Hi,
the idea of a well scaling icon is great and I'd say keep that concept. Just
create a png for each platform from it. If you want in the Apple universe for
example, they force you to create an icon with a resolution of 1024x1024 just
for the Appstore, even though it's never shown in that res
Thanks this works now.
Is svg not supported which is quite sad. In times of high resolution android
devices you often see low resolution icons which mix bad with vector based or
high resolution icons. So I thought svg might give me a good solution in
regard of the future.
Greetings
Am Monta
Usually you add something like this in .pro file. And please use .png.
desktopfile.files = $${TARGET}.desktop
desktopfile.path = /usr/share/applications
icon.files = $${TARGET}.png
icon.path = /path/whereyouwant/icon/tobe
INSTALLS += icon desktopfile
re, Jonni
Why SVG? To my understanding Sailfish expects 90x90 png icons.
You can have a look at my Wikipedia app. It has an app icon specified. Is
shown in the emulator fine.
https://github.com/amarchen/Wikipedia
Cheers,
Artem.
On Sun, Oct 27, 2013 at 5:12 PM, Hendrik Borghorst <
hendrikborgho...@gmail.