Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Making Application Launcher Icon
Qt 6.11 is out! See what's new in the release blog

Making Application Launcher Icon

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 4 Posters 4.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anji
    wrote on last edited by
    #1

    I have created Tic Tac Toe game. And Created SIS package. After installing the package I can't find Application Launcher Icon.

    How can i set application launcher icon?

    Also How can i do same for Maemo 5 package.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tony
      wrote on last edited by
      #2

      Hi,

      you should add an ICON directive in symbian section:

      @
      symbian {
      ICON = app.svg
      }
      @

      The file must be a SVG file. If you want to use PNG anyway, you can convert it using "this method":http://www.leonardorisuleo.info/blog/2009/11/how-to-use-png-as-symbian-application-icon-instead-of-svg/

      Tony.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Matze5590
        wrote on last edited by
        #3

        Hi,

        where do i have to implement that?

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tony
          wrote on last edited by
          #4

          In your .pro file. You should already have a "symbian" section.

          Tony.

          1 Reply Last reply
          0
          • M Offline
            M Offline
            Matze5590
            wrote on last edited by
            #5

            I did, but now my phone can't show any icons in my "programs" folder.
            It looks like an empty folder.
            Is there something else to do?? Maybe size?

            1 Reply Last reply
            0
            • S Offline
              S Offline
              stukdev
              wrote on last edited by
              #6

              Setting the Application Icon on the Symbian platform

              In order to set the application icon for Symbian platform applications, you need an SVG-T icon. For information on how to create SVG-T compliant icons, please refer to "ref":http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition/

              Once the icon is available in the correct format and assuming you are using qmake to generate your makefiles, you only need to add a single line to your .pro project file. For example, if the name of your icon file is myapp.svg, and your project file is myapp.pro, add this line to myapp.pro:

              ICON = myapp.svg

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved