Results 1 to 2 of 2

Thread: exe Build Issues

  1. #1
    Join Date
    Dec 2010
    Posts
    23
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Windows

    Default exe Build Issues

    I am trying to use a program I built with QT Creator as a stand alone and send it to someone else. However, when i try to run the file that appears in the release folder, i get the systerm error "The program can't start because mingwm10.dll is missing from your computer."

    I linked the mingwm10.dll folder from Qt\2009.5\mingw\bin into the program using the #include, but then I got like 500 errors relating to that file. How do I make this work standalone.

    Thank you in advance.

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

    Default Re: exe Build Issues

    You ship the mingwm10.dll (and probably also libgcc_s_dw2-1.dll) with your executable and place it in the same directory. You will also need to ship the Qt runtime libraries and plugins that you use.

    You should read Deploying Qt Applications

Similar Threads

  1. Mac OSX Build Issues
    By ETweedale in forum Qt Programming
    Replies: 2
    Last Post: 23rd July 2010, 15:41
  2. Replies: 1
    Last Post: 13th January 2010, 23:35
  3. Moving from QT 4.5 shared build to QT 4.5.2 static build
    By extrakun in forum Qt Programming
    Replies: 0
    Last Post: 26th October 2009, 09:49
  4. Customized build (problems, bugs, patches, licencing issues...)
    By Domagoj Saric in forum Installation and Deployment
    Replies: 2
    Last Post: 6th October 2009, 10:48
  5. Replies: 3
    Last Post: 28th December 2007, 11:02

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.