QWebView works in QtCreator but not outside
-
hello,
I am using the QWebView Widget in my application. I simply drag it onto my ui give it an webadress and run the application insige the QtCreator. It works fine, but when I compile it with MinGw and want to start it outside Qt it dosnt work. I am using Qt5.1, I compiled it in debugmode. Do I need any libary to make it work?
Thanks for your help -
Hi,
If you want to run your application outside QtCreator you have to follow the "windows deployment guide":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html
-
Did you also copy the platform plugin ?