Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
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
- relates to
-
QTCREATORBUG-28720 qmlsc AND qmllint output don't appear in the "Issues" pane for most kits
- Closed
-
QTCREATORBUG-29324 Improve the set of qmlsc/qmllint messages that get shown in the Issues pane
- Reported