Results 1 to 4 of 4

Thread: QT ---> C++ How to make?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Re: QT ---> C++ How to make?

    Quote Originally Posted by anda_skoa View Post
    Did your installation routine maybe forget to copy the Qt DLLs to the program installation folder?

    Cheers,
    _
    I don't see, any DLL's in my instalator.
    I downloaded: "qt-opensource-windows-x86-1.6.0-5-online"
    But for my is important that i can made this gui in code::blocks working.
    Because i would to make more functions
    Last edited by VerexPL; 2nd November 2014 at 19:09.

  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: QT ---> C++ How to make?

    So your problem is that when you run your compiled program in Code::Blocks... Your IDE needs to ensure the enironment use to run the program allows the program to find all the libraries it is dependent on. In the case of a program needing Qt libraries this means the Qt libraries can be found in the PATH (asuming you are a Windows user).

Similar Threads

  1. Replies: 6
    Last Post: 10th March 2011, 16:42
  2. Replies: 1
    Last Post: 5th March 2011, 18:23
  3. Replies: 1
    Last Post: 15th December 2010, 13:20
  4. Cant find make command: mingw32-make.exe
    By Nadia in forum Installation and Deployment
    Replies: 1
    Last Post: 26th August 2009, 09:09
  5. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 10:43

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.