Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
[Solved]Qt WebKit not working
-
I have a question. I am trying to create an app with QtWebKit. I have added
@Qt += webkit@to the .pro file, but I still get errors? What should I do? I tried to use @Qt += WebKit@
, but then I get [Makefile]Error 3.
-
Which Qt version do you use? >= 5.0? Then you should add webkitwidgets too.
@
Qt += webkit webkitwidgets@
-
Qt WebKit works perfectly now! Thanks!
-
Please add "[SOLVED]" prefix, left to the topic subject. Thanks!