Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 4.13.0-beta1
Description
This bug is not visible in Qt Creator today, because it (incorrectly) always loads the old default builtin qmltypes that ship with Qt Creator. However, when https://codereview.qt-project.org/c/qt-creator/qt-creator/+/297761 is merged, the following error appears:
import QtQuick 2.15 Item { QtObject {} // marked as an error by the editor }
The problem here is that for Qt 5.15.0 "QtObject" no longer exists in the qml/QtQuick.2/plugins.qmltypes or qml/builtins.qmltypes that ship with it. Instead, it is now in qml/QtQml/plugins.qmltypes.
The way this works in the dev branch of qtdeclarative is that the qmldir file for QtQuick has a "import QtQml" line (added in 8534634bd204ccdca3edcc244a35be6e81739fce). It sounds like Qt Creator needs to process that line.
I'm not sure how Qt Creator should know that QtQml needs to be imported as a dependency of a QtQuick import in 5.15.
ulherman shausman: Would it be possible to add that line to the qmldir files for 5.15.0 as well?
Attachments
Issue Links
- relates to
-
QTBUG-84286 Fix dependencies.json files
-
- Closed
-
Gerrit Reviews
For Gerrit Dashboard: QTCREATORBUG-23986 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
299821,6 | QmlJS: Use "import" commands from qmldir files | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
299822,8 | QmlJS: Add workaround for missing imports in Qt >=5.15.0 | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
299823,2 | QmlJS: Add test for indirect import loading | master | qt-creator/qt-creator | Status: ABANDONED | 0 | 0 |