Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to change "com.yourcompany" bundle identifier in a MAC OS X bundle's info.plist with qmake

How to change "com.yourcompany" bundle identifier in a MAC OS X bundle's info.plist with qmake

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 8.5k Views
  • 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.
  • W Offline
    W Offline
    waltonjb
    wrote on last edited by
    #1

    with "ICON" qmake can place the right icon name in the created MAC OX X bundle within the info.plist. However, I did not find any possibility to replace the bundle identifier string "com.yourcompany" with my company name through qmake. Of cause, I could do this manually at the end. But I'm looking for something automated.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      Have a look at this "wiki article":http://developer.qt.nokia.com/wiki/OS_X_application_without_menu_bar. Just ignore the menubar stuff and leave out the LSUIElement entry, but change com.yourcompany to the desired value.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • W Offline
        W Offline
        waltonjb
        wrote on last edited by
        #3

        Thanks Volker, if I understand the article correctly, then I can provide my own info.plist file to qmake as a template and make use of the special variables that are replaced then.

        I was actually looking for some directive like "QMAKE_PINFO_BUNDLEID" or so, but that seem not to exist. So I will provide my own info.plist then.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          Good idea. I've create an improvement bug report "QTBUG-19006":http://bugreports.qt.nokia.com/browse/QTBUG-19006 - feel free to vote for it, it may help getting this implemented :-)

          http://www.catb.org/~esr/faqs/smart-questions.html

          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