Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.13.3, Qt Creator 4.14.1, Qt Creator 4.15.0-beta1, Qt Creator 5.0.0
Description
When trying the example documented here:
https://www.qt.io/blog/qml-type-registration-in-qt-5.15
The Editor shows a warning that the QML module is not found and registered classes are not highlighted . The code however compiles and runs just fine. So I guess it is just an intellisense or a Code Model issue.
I tested this using Qt creator 5.13.3 and Qt 5.15.2 with the mingw81_64.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-24428 When using QML_ELEMENT inside a QObject subclass with CONFIG += qmltypes then it will not be able to open the qml in design mode
- Reported
-
QTBUG-87117 plugins.qmltypes incorrectly generated due to foreign types path
- Closed