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

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

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • Quick / QML Support

      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.

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

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

              Created:
              Updated:

                There are no open Gerrit changes