Deploying on Windows problems with QtWebKit
Hi!
I've made an application that uses QtWebKit to integrate Google Maps in application MainWindow.
I compiled It and It works fine, but the problem is when I deploy this application to distribute It, some things in google maps doesn't work, like set map type to Satellite.
I've installed Qt 4.4.1 to other computer and now it works perfectly without recompilling my application.
I don't know what happens.
Have anybody a solution to my problem? I have to include more dll files?
Thanks a lot!
Re: Deploying on Windows problems with QtWebKit
I've solved my problem!!
The solution was create "qt.conf" file and set plugins paths inside appliaction folder, then create "plugins" folder, create "designer" folder inside and copy "qwebview.dll" inside last one.
My qt.conf file:
Code:
[Paths]
Plugins = ./plugins
More info: Using qt.conf
Thanks a lot!
Re: Deploying on Windows problems with QtWebKit
Hi,
I have created a project with several Dlls. I can successfully build the all the project. TO build i am using Visual Studio 2008. After building when i deploy it in freshly ghosted system, the software is asking for some QT related Dlls like QtWebkit4.dll, QtCore4.dll, QtGui4.dll etc.
So is there any way to compile , so that i can diploy without these files in my MSi????
Thank You
Re: Deploying on Windows problems with QtWebKit
copy this dll files in the application folder.