Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator 4.6 Branch on GitHub shows wrong version
Qt 6.11 is out! See what's new in the release blog

QtCreator 4.6 Branch on GitHub shows wrong version

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
4 Posts 3 Posters 659 Views 3 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.
  • W Offline
    W Offline
    walteste
    wrote on last edited by
    #1

    If you check the file qtcreator.pri on Github "https://github.com/qt-creator/qt-creator/blob/4.6/qtcreator.pri", you'll find the following content:

    QTCREATOR_VERSION = 4.5.83
    QTCREATOR_COMPAT_VERSION = 4.5.83
    VERSION = $$QTCREATOR_VERSION
    QTCREATOR_DISPLAY_VERSION = 4.6.0-rc1
    QTCREATOR_COPYRIGHT_YEAR = 2018
    BINARY_ARTIFACTS_BRANCH = master
    

    It seems to me that this code does not match the code for the released version of QtCreator 4.6. Where can I find the correct code for 4.6?

    1 Reply Last reply
    0
    • Paul ColbyP Offline
      Paul ColbyP Offline
      Paul Colby
      wrote on last edited by
      #2

      Hi @walteste,

      QTCREATOR_DISPLAY_VERSION = 4.6.0-rc1

      That's only a release candidate commit on a work-in-progress (pre-release) branch, not a released tag. Qt's Github repos lag a little behind the official code, which is at code.qt.io, so see:

      • http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/qtcreator.pri?h=4.6 (branch)
      • http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/qtcreator.pri?h=v4.6.0 (tag)
      • http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/qtcreator.pri?h=v4.6.1 (tag)

      Cheers.

      1 Reply Last reply
      3
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by SGaist
        #3

        Hi,

        The sources on code.qt.io are the reference for Qt related code. Github is only a mirror.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        2
        • W Offline
          W Offline
          walteste
          wrote on last edited by
          #4

          Thanks, that was very helpful!

          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