How to install the Qt6 version of the QML Runtime Tool?
-
As https://github.com/qt/qtdoc/blob/6f57506953cc1efaf474368393ecb1df38c9f46a/doc/src/qmlapp/qml.qdoc#L1-L145 explains, the
qml
tool has allowed me in the past (when developing with Qt5) to run.QML
files from the terminal, without needing to get IDE-specific stuff like https://github.com/orcun-gokbulut/qml-debug/blob/69b74cf92e547fb7383f8aa6f03ddea71fadfd4b/README.md#description working.However, although installing https://kojipkgs.fedoraproject.org//packages/qt5-qtdeclarative/5.15.13/1.fc40/x86_64/qt5-qtdeclarative-5.15.13-1.fc40.x86_64.rpm allows me to run
qml
, I intend to utilize Qt6, and https://kojipkgs.fedoraproject.org//packages/qt6-qtdeclarative/6.7.0/2.fc40/x86_64/qt6-qtdeclarative-6.7.0-2.fc40.x86_64.rpm does not install theqml
binary to$PATH
.Consequently, how am I to acquire the QML Runtime Tool for Qt6?
-
@BEEDELL-ROKE-JULIAN-LOCKHART said in How to install the Qt6 version of the QML Runtime Tool?:
does not install the qml binary to $PATH.
Does it install it in the bin directory of the Qt installation?