Results 1 to 6 of 6

Thread: Deploying program with plugin on different computer

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Deploying program with plugin on different computer

    This is the directory structure my deployed application uses:
    Qt Code:
    1. C:\Program Files\
    2. MyProgram\
    3. MyProgram.exe
    4. mingwm10.dll
    5. libgcc_s_dw2-1.dll
    6. QtCore4.dll
    7. QtGui4.dll
    8. ...
    9. sqldrivers\
    10. qsqlite4.dll
    11. imageformats\
    12. ...
    13. iconengines\
    14. ...
    To copy to clipboard, switch view to plain text mode 
    So your general layout was OK. Your Mysql plugin has dependencies of its own on one or more Mysql DLLs that must also be present on the target system. Try running Depends.exe against the Mysql plugin.

  2. The following 2 users say thank you to ChrisW67 for this useful post:

    jfabian (3rd March 2011), Tottish (19th December 2010)

Similar Threads

  1. Replies: 2
    Last Post: 9th December 2010, 15:11
  2. Replies: 3
    Last Post: 8th December 2010, 12:45
  3. Run my program on a different computer?
    By skizzik in forum Installation and Deployment
    Replies: 18
    Last Post: 12th November 2010, 15:26
  4. Replies: 4
    Last Post: 14th June 2007, 06:06

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.