Last edited by VerexPL; 2nd November 2014 at 19:09.
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).
Bookmarks