Results 1 to 9 of 9

Thread: How do I make my project executable file

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: How do I make my project executable file

    On your computer you can add the environment variables path for Qt and MingW

    Or you can copy the required dll's in the same folder with your application.exe

    You need at least two dll's for MingW runtime:
    mingwm10.dll and libgcc_s_dw2-1.dll
    you can find this two in the Qt_install_folder\mingw\bin

    and if you used some Qt stuff (maybe you didn't use in console application but you will use with GUI ones) you find those dll's in: Qt_install_folder\qt\bin

  2. The following user says thank you to Zlatomir for this useful post:

    theios_nikos (4th June 2010)

Similar Threads

  1. Replies: 5
    Last Post: 30th August 2011, 23:21
  2. Replies: 5
    Last Post: 15th June 2010, 07:42
  3. Replies: 1
    Last Post: 3rd December 2009, 23:34
  4. How to Create Executable file for my QT application
    By c_srikanth1984 in forum Qt Programming
    Replies: 2
    Last Post: 19th March 2009, 04:02
  5. Replies: 1
    Last Post: 14th February 2008, 07:14

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.