Results 1 to 6 of 6

Thread: Deployment of qt exe on windows where qt framework is not there on windows 7

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2009
    Location
    Gorontalo
    Posts
    200
    Thanks
    20
    Thanked 5 Times in 5 Posts
    Qt products
    Platforms
    Unix/X11 Windows

    Default Re: Deployment of qt exe on windows where qt framework is not there on windows 7

    Only include what lib you use. And if you use mingw, you have to include the lib too.

    libgcc_s_dw2-1.dll
    mingwm10.dll

    Don't forget every plugin if you use it

    Copy everything you need in one folder. And then deploy it to your customer,,,


    I hope you understand my poor english

  2. #2
    Join Date
    Nov 2007
    Posts
    55
    Thanks
    1
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Deployment of qt exe on windows where qt framework is not there on windows 7

    the best is to use the dependency walker from Microsoft:

    http://www.dependencywalker.com/

Similar Threads

  1. Windows 7 Deployment
    By mlheese in forum Installation and Deployment
    Replies: 0
    Last Post: 10th November 2010, 21:21
  2. Deployment Procedure On Windows On Linux and Windows
    By Harshith J.V. in forum Installation and Deployment
    Replies: 4
    Last Post: 9th July 2009, 11:27
  3. Windows Migration Framework
    By raman_31181 in forum Qt-based Software
    Replies: 2
    Last Post: 28th September 2008, 21:41
  4. deployment of Qt 4.3.4 exe on Windows?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 5
    Last Post: 1st April 2008, 12:30

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
  •  
Qt is a trademark of The Qt Company.