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

Qmake is executed every time when using Clang toolchain

    XMLWordPrintable

Details

    • 1e452f1ad33c6201f4c863de264b5be36dc17f6e (qt-creator/qt-creator/master)

    Description

      • Create a Clang-on-MinGW kit on Windows
      • Create a minimal qmake project
      • Build it
      • Build again - watch how qmake is executed every time although nothing has changed

      The root cause is that the Makefile parser doesn't parse the sysroot and targetTriple-related arguments, and QmakeBuildConfiguration::compareToImportFrom compares then against userArgs, which don't match.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes