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

Process qmlsc/qmllint output when using a non-Ninja generator

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Quick / QML Support
    • None

    Description

      The patch for QTCREATORBUG-28720 has provided feature parity with MSVC kits, as long as everyone uses the Ninja generator.

       

      Unfortunately, it might not work for non-Ninja generators. For example, one of the warnings from the QTCREATORBUG-28720 example looks like this from Ninja:

      Warning: Main.qml:12:25: Unqualified access [unqualified]
      

       

      ...but it looks like this from the Visual Studio 16 2019 generator:

      CUSTOMBUILD : warning : Main.qml:12:25: Unqualified access [unqualified]
      

       

      The latter does not match the heuristics implemented at https://codereview.qt-project.org/c/qt-creator/qt-creator/+/483236 so it doesn't appear in the Issues pane.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-29325
          # Subject Branch Project Status CR V

          Activity

            People

              semih.yavuz Semih Yavuz
              skoh-qt Sze Howe Koh
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There is 1 open Gerrit change