Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.12
-
None
Description
Since Qt 5.11 most QML plugins follow the versioning of Qt. That is, in Qt 5.12 the latest import for Qt Quick is
import QtQuick 2.12
Currently this still requires adaptations in .qdoc for every Qt release. But with QTBUG-67818 solved, it should be now possible to just write e.g.
import QtQuick 2.\QtMinorVersion
in code.
Attachments
Issue Links
- depends on
-
QTBUG-67818 qdoc: Resolve macros also for \qmlmodule arguments
-
- Closed
-