mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
QML modules for QtWebSockets are located in /usr/qml/QtWebSockets since Qt 5.5. /usr/qml/Qt/WebSockets still exists for compatibility reasons, but it contains only a qmldir file which points to ../../QtWebSockets/. see also: http://doc.qt.io/qt-5.6/qtwebsockets-qmlmodule.html Signed-off-by: Manfred Schlaegl <manfred.schlaegl@ginzinger.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>