Project ERROR: Unknown module(s) in QT: websockets
-
-
it could be version problem.
try to install new packeage of libqt5webkit
http://askubuntu.com/questions/378397/how-to-install-libqtwebkit5
-
I have the same problem using qt-everywhere-opensource-src-5.4.0.
I have cross-compiled qt for my device (arm xilinx zynq). I see that there is a libQt5WebSockets.so in my lib folder but the examples/websockets/echoclient does return the error message "Project ERROR: Unknown module(s) in QT: websockets"
EDIT
My error was that I had used the qmake from the build directory and not the qmake from the "./configure --prefix=" path -
I have the same problem using qt-everywhere-opensource-src-5.4.0.
I have cross-compiled qt for my device (arm xilinx zynq). I see that there is a libQt5WebSockets.so in my lib folder but the examples/websockets/echoclient does return the error message "Project ERROR: Unknown module(s) in QT: websockets"
EDIT
My error was that I had used the qmake from the build directory and not the qmake from the "./configure --prefix=" path -
The documentation says "Since: Qt 5.3"
Check with "qmake --version" which version you have installed. Cheers.