Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-11898

Qt Creator claims all Qt 4.8 mingw Qt versions as invalid

    XMLWordPrintable

Details

    • cbb053068ccc6399dc7a392df615cda46264cf8d

    Description

      When registering a MinGW toolchain & qt version manually, Qt Creator will mark the qt version as invalid on next boot.

      This is because it cannot run qmake without setting the right environment. BaseQtVersion::queryQMakeVariables has code that tries to re-run qmake in all compatible toolchains then, but the list of toolchains is still empty at this point:

      QtVersionManager::updateFromInstaller is called in QtSupportPlugin::extensionsInitialized(),

      while

      ToolchainManager::restoreToolchains is called in ProjectExplorer::extensionsInitialized()

      Attachments

        Issue Links

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

          Activity

            People

              hunger Tobias Hunger
              kkohne Kai Köhne
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes