You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, this example is missing the install step. QML plugins / modules / extensions (whatever you may call it) should be installed in QT_INSTALL_QML. Please take a look at the QMake equivalent generated by Qt Creator.
The text was updated successfully, but these errors were encountered:
Thank you, this was a great help.
I'd just like to add:
The URI has to be the name of the module and the TARGETS has to be the plugin specified in the qmldir.
In the sample they are both QuickContainers but in other cases they may vary.
Also, this is missing the step to install the qmldir file:
Unfortunately, this example is missing the install step. QML plugins / modules / extensions (whatever you may call it) should be installed in
QT_INSTALL_QML
. Please take a look at the QMake equivalent generated by Qt Creator.The text was updated successfully, but these errors were encountered: