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

Qt MaintenanceTool access to specific Qt versions (minor versions of latest Qt)

XMLWordPrintable

    • All

      Qt Creator 17 introduced the Qt MaintenanceTool find_package dependency provider, which allows CMake projects using missing Qt components to be installed before configuring the project.

      This now only works if you have the latest Qt version, in this case 6.9.2.

      If you open an example from Qt 6.9.1 that has missing components, the  find_package dependency provider won't find the missing components, because Qt 6.9.1 has been moved in to Archive and the installation process fails.

      For the user the failure is not obvious and it makes this feature in Qt Creator useless.

      It would be great if Qt Creator could specify the right magic to find all components for the given Qt version.

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

            releaseteam Qt Release Team
            cadam Cristian Adam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes