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

Provide a possibility to include a build version to Qt and QtWebkit pkg files version number

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Not Evaluated
    • 4.7.1
    • None
    • None
    • None
    • 26103b69df9bdd32016f3fbab975a26c8a147ea0

    Description

      To enable minor patch release IAD deliveries of Qt and QtWebkit, the pkg file version number should incorporate a build version value in addition to current major, minor and patch values. The current solution proposal is to append the build value to patch value like this: <major version>,<minor version>,<patch version><triple digit build version>

      This solution would display version numbers in installation as follows at installation time:
      4.6.3 build 000 -> 4.06(3000)
      4.6.3 build 005 -> 4.06(3005)
      4.7.0 build 000 -> 4.07(0)
      4.7.0 build 005 -> 4.07(5)

      Proposed solution is to use variables QT_BUILD_VERSION and QT_WEBKIT_BUILD_VERSION that default to "000" if not otherwise defined by whoever does the patch build.

      Attachments

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

        Activity

          People

            e0348803 Miikka Heikkinen
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes