Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-77758

It would be nice if QMAKE Variable can update info.plist

    XMLWordPrintable

Details

    • macOS

    Description

      At the moment QMAKE_FULL_VERSION , QMAKE_SHORT_VERSION does not changes the version information in info.plist if TEMPLATE is app.

      info.plist having following:

      
       
      
      <key>CFBundleVersion</key>
      
      <string>${QMAKE_FULL_VERSION}</string>
      
      <key>CFBundleShortVersionString</key>
      
      <string>${QMAKE_SHORT_VERSION}</string>
      
      

       

      Actually it does changes if

      TEMPLATE = lib

      CONFIG += lib_bundle

       

      It would be great if same can be done with TEMPLATE=app

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jbornema Joerg Bornemann
            irfan.omair@digia.com Irfan Omair
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes