Windeployqt doesn't work with Qt.labs.qmlmodels
Unsolved
QML and Qt Quick
-
I am trying to use DelegateChooser but windeployqt doesn't copy the correct things for Qt.labs.qmlmodesl to work
I found this old post but there was no responses:
Re: windeployqt ignores Qt.labs.platform -
I am trying to use DelegateChooser but windeployqt doesn't copy the correct things for Qt.labs.qmlmodesl to work
I found this old post but there was no responses:
Re: windeployqt ignores Qt.labs.platformI've just hit this problem. Did you end up finding a solution?
-
Here is the best solution I could come up with for CMake (this assumes the QML modules are installed to the
qml
directory):install(FILES $<TARGET_FILE:Qt6::labsmodelsplugin> $<TARGET_FILE_DIR:Qt6::labsmodelsplugin>/qmldir DESTINATION qml/Qt/labs/qmlmodels )