neuronalmotion / qtrpi

An easy-to-use environment to cross-compile Qt applications for Raspberry Pi from your desktop.
MIT License
104 stars 40 forks source link

Support Qt websocket module #63

Open GuillaumeLazar opened 7 years ago

GuillaumeLazar commented 7 years ago
Jerwinprabu commented 7 years ago

http://code.qt.io/cgit/qt/qtwebsockets.git/

Yes, So the modification in 2 files.

qt-modules.txt // add and download Module utils/prepare-sysroot-full.sh // downloading Dependencies

GuillaumeLazar commented 7 years ago

If you succeed to do it without any errors executing init-qtrpi-full.sh, you can provide us a pull request from GitHub with your modifications (qt-modules.txt, prepare-sysroot-full.sh, ...).

As soon as possible we will review it and merge it to the master branch.

Jerwinprabu commented 7 years ago

Ya sure. If I solve that problem, I can provide a pull request from GitHub with my modifications.