Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Use QtWebKit in an application built under MSVC

$
0
0
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 += webkit I 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.

Viewing all articles
Browse latest Browse all 2113

Trending Articles