Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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!