Use QtWebKit in an application built under MSVC
-
Hi,
This is rather a general question. I have built a Qt application with MSVC 2013 that uses QML and runs fine.
Now I would like to use a QWebView from QtWebKit. I have added the lib and DLL files like I did with Qt and QtQuick, but the application complains that the QTWebKit is not installed when I run it.
My question is: how do I add the QTWebKit module to my application, something that requires to add the following in Qt Creator's .pro file:
QT += webkitI don't have any .pro file as I am not using QT Creator (and won't want to). This seems to be the only missing step here...
Thank you.