Results 1 to 4 of 4

Thread: Deploying on Windows problems with QtWebKit

  1. #1
    Join Date
    Oct 2008
    Location
    Catalunya
    Posts
    22
    Thanks
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default 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!

  2. #2
    Join Date
    Oct 2008
    Location
    Catalunya
    Posts
    22
    Thanks
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default 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:
    Qt Code:
    1. [Paths]
    2. Plugins = ./plugins
    To copy to clipboard, switch view to plain text mode 

    More info: Using qt.conf

    Thanks a lot!

  3. #3
    Join Date
    Aug 2008
    Posts
    134
    Thanks
    10
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default 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

  4. #4
    Join Date
    Oct 2008
    Location
    Catalunya
    Posts
    22
    Thanks
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Deploying on Windows problems with QtWebKit

    copy this dll files in the application folder.

Similar Threads

  1. Linking problems with QT4 under Windows
    By Ancalagon in forum Qt Programming
    Replies: 2
    Last Post: 8th September 2008, 13:29
  2. Deploying DB apps (Windows)
    By shindasingh in forum Installation and Deployment
    Replies: 1
    Last Post: 26th October 2007, 21:44
  3. Deploying with MySQL support under Windows
    By KShots in forum Installation and Deployment
    Replies: 1
    Last Post: 12th October 2006, 09:19
  4. Problems building mysql plugin for Qt 4.1.2 on windows XP
    By Philip_Anselmo in forum Installation and Deployment
    Replies: 3
    Last Post: 17th May 2006, 15:38
  5. Problems with threads and windows
    By SkripT in forum Qt Programming
    Replies: 15
    Last Post: 16th January 2006, 17:46

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.