简体   繁体   中英

set application icon for symbian aplication

I have developed an application in Qt for symbian. Now i need to set the application icon. not the one showed on the application windows on the top left side. I need to set the icon which will be displayed in the menu of the symbian device! somebody pls help me on this.

I searched in here and found the ways to set the application icon but not the way i needed. All of them showed how to set the icon which will be displayed on the top left in the application window, as i said earlier this is not what i want.

Just add this into Symbian specific section of your .pro file:

symbian {
    ICON = ./resources/appIcon.svg
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM