- 
    Bug 
- 
    Resolution: Done
- 
    P1: Critical 
- 
    5.5.0 Beta
- 
    None
- 
    Linux kernel 4.0, gcc 4.8.4, Qt-5.5 Beta, self compiled from source.
- 
        bd1f5e1651c7cdaa712feebe2573dd158c87bb07
Using WebSocket server example: http://doc.qt.io/qt-5/qtwebsockets-qmlwebsocketserver-example.html
Works with Qt-5.4.1 Release, but does NOT work with Qt-5.5 Beta.
Error statement is:
"QQmlApplicationEngine failed to load component
qrc:/main.qml:3 module "Qt.WebSockets" plugin "../../QtWebSockets/declarative_qmlwebsockets" not found"
Workaround: Change the import statement from:
"import Qt.WebSockets 1.0" to
"import QtWebSockets 1.0"
But after that Qt-5.4.1 does NOT work.
- is required for
- 
                    QTBUG-44654 Issues to be fixed before Qt 5.5 RC -         
- Closed
 
-         
- relates to
- 
                    QTBUG-47582 qmlimportscanner should support the plugin which that are not placed inside the import directory when static linking -         
- Closed
 
-