Results 1 to 3 of 3

Thread: How to use exe files after building the project?

  1. #1
    Join Date
    Jul 2013
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default How to use exe files after building the project?

    I'm using QtCreator with C++
    I have developed a small application for test and learning purposes. When I tried to build and run from QtCreator nothing is problem.
    However, when I want to run exe file in the release folder of the project. It gives an error.

    libstdc++-6.dll not found.

    How can I run this exe?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How to use exe files after building the project?

    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Thanks
    10
    Thanked 13 Times in 12 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to use exe files after building the project?

    For now, just put all the dlls required into the release folder for checking. Else you go with wysota. Build statically.

Similar Threads

  1. Building a QT project with WAF
    By learningqt in forum Newbie
    Replies: 3
    Last Post: 16th March 2012, 07:15
  2. Replies: 1
    Last Post: 15th August 2011, 23:26
  3. Project Building
    By .:saeed:. in forum Newbie
    Replies: 0
    Last Post: 3rd February 2011, 09:04
  4. Replies: 1
    Last Post: 3rd December 2009, 23:34
  5. visual studio project files - adding extra files
    By luf in forum Qt Programming
    Replies: 3
    Last Post: 13th June 2008, 21:05

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.