PDA

View Full Version : Deploying on Windows problems with QtWebKit



josepvr
6th October 2008, 09:34
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!

josepvr
7th October 2008, 22:45
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:


[Paths]
Plugins = ./plugins


More info: Using qt.conf (http://doc.trolltech.com/4.4/qt-conf.html)

Thanks a lot!

navi1084
8th October 2008, 06:19
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

josepvr
8th October 2008, 12:00
copy this dll files in the application folder.