0

I'm going to use QWebSocket library in qt4 project.

But QWebSocket is qt5.3 version.

Is it possible to compile QWebSocket source files as Qt4 additional library?

  • `QWebSocket` is a class, not a library. No, you can't because all Qt modules depents on QtCore library. – Dmitry Sazonov Sep 30 '14 at 14:02
  • probably not, you will run into weird problem (like crash in QString), even you cheated compiler. Speaking from my own experience ... – m. c. Sep 30 '14 at 18:02
  • Thanks for your reply. I think to implement QWebSocket by using Qt4 modules. Is it possible? – user2568983 Oct 01 '14 at 14:34

0 Answers0