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. How to specify Vendor name, size and version
Qt 6.11 is out! See what's new in the release blog

How to specify Vendor name, size and version

Scheduled Pinned Locked Moved Mobile and Embedded
17 Posts 7 Posters 11.2k 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.
  • X Offline
    X Offline
    xsacha
    wrote on last edited by
    #6

    This is for Symbian, right?
    You just edit the .PRO or .PKG files.

    For vendorinfo, I use:
    @
    vendorinfo =
    "%{"Sacha"}"
    ":"Sacha""
    @

    For icon, I use:
    @
    ICON = app.svg
    @

    Note: Has to be an SVG (Tiny?).

    • Sacha
    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #7

      Which platform are you targeting? xsacha already provided some clue on how to set this in symbian. In Maemo you will need to change the packaging scripts (as each package generated may be using a different version which may or may not differ from the version of the project).

      1 Reply Last reply
      0
      • X Offline
        X Offline
        xsacha
        wrote on last edited by
        #8

        [quote author="qwertyuiopearendil" date="1292610149"]Hi All,
        i'm creating the sis file with smart installer for my app and i'd like to know how and where should i specify vendor name, application size and version.[/quote]
        From the O.P., a sis file. Must mean Symbian?

        • Sacha
        1 Reply Last reply
        0
        • K Offline
          K Offline
          koshui
          wrote on last edited by
          #9

          [quote author="xsacha" date="1292644822"]Note: Has to be an SVG (Tiny?).[/quote]

          Yes, it has to be tiny.
          http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition

          1 Reply Last reply
          0
          • G Offline
            G Offline
            giesbert
            wrote on last edited by
            #10

            The link does not work, as the breakets break the link :-(

            Nokia Certified Qt Specialist.
            Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

            1 Reply Last reply
            0
            • K Offline
              K Offline
              koshui
              wrote on last edited by
              #11

              [quote author="Gerolf Reinwardt" date="1292756704"]The link does not work, as the breakets break the link :-([/quote]

              Tried to cheat with percentage encoding, but this forum is too smart to fall for that.
              I trust resourceful persons to find a way to access the link ;)

              1 Reply Last reply
              0
              • G Offline
                G Offline
                giesbert
                wrote on last edited by
                #12

                I also did, but first I only clicked on it... :-(
                But I managed :-)

                Nokia Certified Qt Specialist.
                Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

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

                  The link work for me. ?!

                  [quote author="Gerolf Reinwardt" date="1292756704"]The link does not work, as the breakets break the link :-([/quote]

                  1 Reply Last reply
                  0
                  • G Offline
                    G Offline
                    giesbert
                    wrote on last edited by
                    #14

                    If you copy it completly (including _in_S60_3rd_edition), it works.

                    Nokia Certified Qt Specialist.
                    Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

                    1 Reply Last reply
                    0
                    • V Offline
                      V Offline
                      vsorokin
                      wrote on last edited by
                      #15

                      Working link:

                      "How to create application icon SVG in S60 3rd edition":http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition

                      Use Url-encoding symbols for difficult link :)

                      --
                      Vasiliy

                      1 Reply Last reply
                      0
                      • G Offline
                        G Offline
                        giesbert
                        wrote on last edited by
                        #16

                        could you shortly describe, how you encoded the symbols?

                        EDIT: sorry, I had to read it twice.... Now it's clear. You mean the link function from the forum editor, right? this quotaions marks double point thing...

                        Nokia Certified Qt Specialist.
                        Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

                        1 Reply Last reply
                        0
                        • V Offline
                          V Offline
                          vsorokin
                          wrote on last edited by
                          #17

                          Gerolf, and % 28 % 29 for Parenthesises

                          --
                          Vasiliy

                          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