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

6.8.0 sources having 6.7.0 version strings

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • None
    • 6.8.0 FF
    • Documentation
    • 9696f93e9 (dev)

    Description

      Have Qt 6.8.0 sources available, and search for string '6.7.0', following hits found which should be checked do they need to be updated to 6.8.0 (maybe in some cases it's fine to leave as is...?):

       qtdeclarative/src/quick/items/qquicktextinput.cpp:4977:// TODO in 6.7.0: remove the note about versions prior to 6.4 in selectByMouse() documentation 
       qtdeclarative/src/quick/items/qquicktextedit.cpp:3622:// TODO in 6.7.0: remove the note about versions prior to 6.4 in selectByMouse() documentation 
       qtdoc/doc/src/howtos/installer-cli.qdoc:51:    \note Qt 6.7.0 release is used in the alias package examples listed below. 
       qtdoc/doc/src/howtos/installer-cli.qdoc:60:       \li qt6.7.0-essentials 
       qtdoc/doc/src/howtos/installer-cli.qdoc:70:       \li qt6.7.0-essentials-dev 
       qtdoc/doc/src/howtos/installer-cli.qdoc:80:       \li qt6.7.0-full 
       qtdoc/doc/src/howtos/installer-cli.qdoc:96:       \li qt6.7.0-full-dev 
       qtdoc/doc/src/howtos/installer-cli.qdoc:112:       \li qt6.7.0-full-dbg 
       qtdoc/doc/src/howtos/installer-cli.qdoc:122:       \li qt6.7.0-sdk 
       qtdoc/doc/src/howtos/installer-cli.qdoc:126:             \li qt6.7.0-full-dev (details above) 
       qtdoc/doc/src/howtos/installer-cli.qdoc:127:             \li qt6.7.0-full-dbg (details above) 
       qtdoc/doc/src/howtos/installer-cli.qdoc:137:    qt-unified-windows-x64-[Qt Online Installer version]-online.exe install qt6.7.0-sdk 
       qtdoc/doc/src/howtos/installer-cli.qdoc:141:    /Volumes/qt-unified-macOS-x64-[Qt Online Installer version]online/qt-unified-macOS-x64[Qt Online Installer version]online.app/Contents/MacOS/qt-unified-macOS-x64[Qt Online Installer version]-online install qt6.7.0-sdk 
       qtdoc/doc/src/howtos/installer-cli.qdoc:145:    qt-unified-linux-x64-[Qt Online Installer version]-online.run install qt6.7.0-sdk 
       qtdoc/doc/src/howtos/installer-cli.qdoc:164:    For example, the following command finds all MSVC 2019 packages for Qt 6.7.0: 
       qtdoc/doc/src/howtos/installer-cli.qdoc:173:    search --filter-packages DisplayName=MSVC 2019,Version=6.7.0 
       qtdoc/doc/src/howtos/installer-cli.qdoc:180:        <package name="qt.qt6.670.win64_msvc2019_64" displayname="MSVC 2019 64-bit" version="6.7.0-0-202303290841"/> 
       qtdoc/doc/src/howtos/installer-cli.qdoc:181:        <package name="qt.qt6.670.win64_msvc2019_arm64" displayname="MSVC 2019 ARM64 (TP)" version="6.7.0-0-202303290841"/> 
       qtdoc/doc/src/howtos/installer-cli.qdoc:222:    The following examples demonstrate how you install Qt 6.7.0 binaries 
       qtdoc/doc/src/howtos/installer-cli.qdoc:254:    The following examples demonstrate how you add Qt 6.7.0 binaries 
       qtdoc/doc/src/howtos/installer-cli.qdoc:412:    of Qt 6.7.0 binaries with \QOI for Windows, macOS, and Linux: 
       qtdoc/doc/src/howtos/installer-cli.qdoc:426:    installation by installing the Qt 6.7.0 binaries with \QMT: 
       qtdoc/doc/src/howtos/installer-cli.qdoc:456:    The following example uninstalls the Qt 6.7.0 binaries without user 
       qtdoc/doc/src/platforms/debian-packages.qdoc:41:        deb [arch=arm64 signed-by=/home/<user>/keyrings/tqtc/qt-company-debian-repo.gpg] https://debian-packages.qt.io/debian/enterprise/qt-6.7.0-arm64 tqtc-focal main 
       qtdoc/doc/src/platforms/debian-packages.qdoc:93:    \note Qt 6.7.0 release is used in the alias package examples listed below. 
       qtdoc/doc/src/platforms/debian-packages.qdoc:102:       \li qt6.7.0-essentials 
       qtdoc/doc/src/platforms/debian-packages.qdoc:109:       \li qt6.7.0-essentials-dev 
       qtdoc/doc/src/platforms/debian-packages.qdoc:119:       \li qt6.7.0-full 
       qtdoc/doc/src/platforms/debian-packages.qdoc:128:       \li qt6.7.0-full-dev 
       qtdoc/doc/src/platforms/debian-packages.qdoc:138:       \li qt6.7.0-full-dbg 
       qtdoc/doc/src/platforms/debian-packages.qdoc:152:    $ sudo apt install qt6.7.0-full-dev 
       qtdoc/doc/src/platforms/debian-packages.qdoc:175:        deb [arch=arm64 signed-by=/home/<user>/keyrings/tqtc/qt-company-debian-repo.gpg] https://debian-packages.qt.io/debian/enterprise/qt-6.7.0-arm64 tqtc-focal main 
       qtdoc/doc/src/platforms/debian-packages.qdoc:181:    $ apt-cache search qt6.7.0-full-dev 
       qtdoc/doc/src/platforms/debian-packages.qdoc:184:    # files are installed under /opt/qt-6.7.0 
       qtdoc/doc/src/platforms/debian-packages.qdoc:185:    $ sudo apt install qt6.7.0-full-dev 
       qtdoc/doc/src/platforms/debian-packages.qdoc:268:    \section2 Qt 6.7.0 
       qtdoc/doc/src/platforms/debian-packages.qdoc:279:        \li /opt/qt-6.7.0/x86_64-linux-gnu/ 
       qtdoc/doc/src/platforms/debian-packages.qdoc:280:        \li deb [arch=amd64 signed-by=<path>] https://debian-packages.qt.io/debian/enterprise/qt-6.7.0-amd64 tqtc-focal main 
       qtdoc/doc/src/platforms/debian-packages.qdoc:284:        \li /opt/qt-6.7.0/aarch64-linux-gnu/ 
       qtdoc/doc/src/platforms/debian-packages.qdoc:285:        \li deb [arch=arm64 signed-by=<path>] https://debian-packages.qt.io/debian/enterprise/qt-6.7.0-arm64 tqtc-focal main

      Attachments

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

        Activity

          People

            inkamari Inkamari Harjula
            joaijala Johanna Äijälä
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes