How to add other Qml modules?
-
Hi there,
I am still a newbie in Qml and Ubuntu Touch app development. Now I want to use the QtWebsockets with:import QtWebSockets 1.0
But when I build the app with clickable, I get the error: module 'QtWebsockets' is not installed
How can I install them? Unfortunately I have no idea how Cmakes or click package format works. I have just used the template from clickable to build plain Qml apps.
-
@Krille (edit) I've linked your question in the developers groups that I told you, let's wait for an informed answer here.
-
@krille Brian told me that probably you need to use the old style import for the websockets because of the qt version that is in Ubuntu Touch: https://doc.qt.io/qt-5/qtwebsockets-qmlmodule.html