Hi,
I am porting my desktop QT app to Meego and facing difficulty with app icon. The app works fine but the app icon which is a png image is being shown in N9 as solid colour icon (Green).
I installed a file browser on N9 and verified that the icon in the path listed below is correct (Image). But it is shown as Green icon in the launcher.
Is there anything wrong with my pro file ?
.................................................................................................................................................
contains(MEEGO_EDITION,harmattan) {
desktopfile.files = $${TARGET}.desktop
desktopfile.path = /usr/share/applications
icon.files = $${TARGET}.png
icon.path = /usr/share/icons/hicolor/80x80/apps
INSTALLS += icon
INSTALLS += desktopfile
}
.................................................................................................................................................

Reply With Quote

