You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I try to compile the application with the sailfish sdk I get this error "Project ERROR: Unknown module (s) in QT: websockets". I am a little new to compiling with qt, is there another way to compile this program?
Regards.
The text was updated successfully, but these errors were encountered:
thanks very much CODeRUS, now I was able to compile, but later I had some errors due to unmet dependencies. I solved them by adding them in the spec file, at the end add all this:
and i change the "import QtWebSockets 1.1" to "import QtWebSockets 1.0", because it threw me an error with the version 1.1 and erase ";" from the beginin, I don't know if I did something wrong with deleting the ";", but it worked the same.
Unfortunately it does not work with the latest version of webos, do not recognize me at least my lg tv.
I hope you can add a compatibility in the future because it is a very good app.
Regards.
Hi, when I try to compile the application with the sailfish sdk I get this error "Project ERROR: Unknown module (s) in QT: websockets". I am a little new to compiling with qt, is there another way to compile this program?
Regards.
The text was updated successfully, but these errors were encountered: