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

Mixed compiler versions in same kit

    XMLWordPrintable

Details

    • 6e2db380d (master)

    Description

      1. On Ubuntu, have packages clang-14 and clang-15 installed and a Qt version's bin directory in PATH.
      2. Start Creator with empty settings.
      3. Go to "Edit" -> "Preferences..." -> "Kits" -> "Compilers".
        Creator automatically detected /usr/bin/clang, /usr/bin/clang++ (which are both version 14) as well as /bin/clang-15, /usr/bin/clang-15 and /usr/bin/clang++-15.
      4. Go to "Edit" -> "Preferences..." -> "Kits" -> "Kits".
        There's an automatically created kit named "Desktop". It uses compilers /bin/clang-15 and /usr/bin/clang++, i.e. a mix of versions.

      I'd expect that both compilers have the same version.

      Attachments

        Issue Links

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

          Activity

            People

              kandeler Christian Kandeler
              rlohning Robert Löhning
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes