Results 1 to 3 of 3

Thread: Deploying an application on a different PC

  1. #1
    Join Date
    Jan 2011
    Posts
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Deploying an application on a different PC

    Hi,

    I have an application developed under Qt Creator V4.7.0 and would like to use it on another machine which doesn't have Creator installed on it. Do I have to install the Creator and/or MinGW on the target or can I simply lift all associated DLLs onto the other system? In which case is there a list of DLLs to be copied and from which set should I copy - those under the Creator directory or those under the MinGW directory?

    Thanks,

    Ade

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Deploying an application on a different PC

    Read the deploying Qt application chapter in QtAssistant

  3. #3
    Join Date
    Jan 2011
    Posts
    6
    Qt products
    Qt4
    Platforms
    Windows

    Angry Re: Deploying an application on a different PC

    Thanks for the prompt reply, however, those commands don't work on my system.

    I am using the QT terminal window so I hope the paths are correct. I haven't changed anything there. I also have to use the mingw32-make command as nmake is not recognised. When I try to build my release I get the following message...

    cannot find -lQtGui <--- PROBLEM !!
    collect2: ld returned 1 exit status
    mingw32-make[1]: *** [release\dump4.exe] Error 1
    mingw32-make[1]: Leaving directory `c:/Progs-1/dump4'
    mingw32-make: *** [release] Error 2

    Despite not being able to use nmake, I wouldn't have expected this error. Am I missing something in the configuration?

    Thanks,

    Ade

Similar Threads

  1. Deploying qt application under mac osx
    By lechoo in forum Installation and Deployment
    Replies: 0
    Last Post: 24th September 2010, 16:56
  2. deploying my qt application
    By arunredi in forum Installation and Deployment
    Replies: 1
    Last Post: 22nd May 2008, 12:34
  3. Deploying Qt application on Mac OS X
    By mourad in forum Installation and Deployment
    Replies: 1
    Last Post: 30th March 2008, 17:19
  4. Deploying Qt 4.2 Application on Mac 10.3.5?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 0
    Last Post: 11th May 2007, 12:33
  5. Deploying Qt Application on Mac?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 2
    Last Post: 30th March 2007, 10:40

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.