QmlLint
Solved
QML and Qt Quick
-
Hi,
my application runs fine.
But qmllint is hightlighting almost every line of code and telling that things cant be found, imports are not found etc. etc.
Just a quick example
Even for native qt qml components
This was not the case in Qt 6.7.3. But now in Qt 6.8.1 it is.
How do I restorre qmllint to a state where I get meaningfull messages? -
THere's a known issue with qmlls in Qt Creator 14/15: https://www.qt.io/blog/issues-with-qml-language-server-integration-in-qt-creator-14.0-and-15.0 . Maybe the workarounds listed there help you, too?
-