Details
-
User Story
-
Resolution: Done
-
P2: Important
-
None
-
None
-
None
Description
Instead of following an individual versioning scheme, we should make all QML imports that are part of Qt modules available under X.<QT_MINOR_VERSION>.
For the reasoning, see also https://quips-qt-io.herokuapp.com/quip-0099-qml-versioning.html .
This is a change that already got started in 5.12, but not all modules have done the switch yet.
In practice, this means
Auto-register the import version in the C++ plugin:
// Auto-increment the import to stay in sync with ALL future QtQuick minor versions from 5.11 onward
qmlRegisterModule(uri, 1, QT_VERSION_MINOR);
set IMPORT_VERSION in the plugins' .pro file:
IMPORT_VERSION = 1.$$QT_MINOR_VERSION [...] load(qml_plugin)
and adapting the documentation:
\qmlmodule QtQuick.Layouts 1.\QtMinorVersion [...] The QML types can be imported into your application using the following import statement in your .qml file. \qml \QtMinorVersion import QtQuick.Layouts 1.\1 \endqml
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTBUG-74032 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
254258,3 | Update plugins.qmltypes for Qt 5.13 | 5.13 | qt/qtwayland | Status: MERGED | +2 | 0 |
254271,3 | Make QML import available under 1.QT_MINOR_VERSION | 5.13 | qt/qtwinextras | Status: MERGED | +2 | 0 |
254296,5 | QML: Make QtAudioEngine import available under 1.QT_MINOR_VERSION | 5.13 | qt/qtmultimedia | Status: MERGED | +2 | 0 |
254398,2 | Make QWebView import available under x.QT_MINOR_VERSION | 5.13 | qt/qtwebview | Status: MERGED | +2 | 0 |
255916,1 | Update plugins.qmltypes for Qt 5.13 | dev | qt/qtwayland | Status: ABANDONED | 0 | 0 |
259248,3 | Make QtWayland.Compositor available under 1.QT_MINOR_VERSION | 5.13 | qt/qtwayland | Status: MERGED | +2 | 0 |
260735,2 | Make QML module documentation follow Qt minor version | 5.13 | qt/qtwayland | Status: MERGED | +2 | 0 |