Results 1 to 3 of 3

Thread: Transferability of built program and libraries.

  1. #1
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    184
    Thanks
    70
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Transferability of built program and libraries.

    Hello!

    I've got a question about transferability of application that I've built to another computer. How can I do it when there is no Qt libraries on destination machine? Is there any tool to create install wizard or something to make it as simple as possible? I'm writing program for Windows.

    thanks in advance
    best regards
    Tomasz

  2. #2
    Join Date
    May 2010
    Posts
    86
    Thanks
    17
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Transferability of built program and libraries.

    You can consider compiling it statically. You can find topics for this - however I usually failed with those.

    Or, I advise you to download OllyDbg debugger, and it will tell you which DLLs are used and copy them into the same directory and pack them into one zip file for distribution.

    Or, you can browse for some info how to deploy it in a form of installation wizard. (I don't know about it yet, but you can look around here: http://www.qtcentre.org/forums/5-Ins...and-Deployment)
    Last edited by falconium; 11th April 2011 at 21:16.

  3. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Transferability of built program and libraries.

    You can also use something like www.dependencywalker.com

    You can identify the Qt DLLs easily, please you'll need the usual libgcc, ming and others (such as imageformats if you use them, etc)

Similar Threads

  1. Replies: 2
    Last Post: 20th December 2010, 06:58
  2. Replies: 3
    Last Post: 11th May 2010, 04:50
  3. qwt cannot be built
    By estradasphere in forum Qt-based Software
    Replies: 1
    Last Post: 20th March 2010, 18:43
  4. Built EXE
    By vinny gracindo in forum Newbie
    Replies: 4
    Last Post: 3rd February 2010, 17:39
  5. Application built, needs DLL's
    By been_1990 in forum Installation and Deployment
    Replies: 2
    Last Post: 9th January 2010, 19:10

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.