I'm developing an Ubuntu Touch application which communicates with a server using WebSockets. Qt offers its own API since version 5.3, which can be used from a QML file by adding import QtWebSockets 1.0. However, despite having Qt 5.4 and the libqt5websockets5 package installed on a 15.04 emulator image, I get the following error:
/path/to/Main.qml:2 module "QtWebSockets" is not installed
Is it possible to use WebSockets somehow with Ubuntu Touch's Qt?