Run fails
-
Hello, I am using QT Creator 2.4.1 on OS X 10.6.8 for a standard C++ project using the Boost and the OpenCV libraries. The build process is based on CMake. I am able to build the program and launch it externally with the OS X terminal, but I am not able to run the project from within the QT Creator GUI. The real problem is that I cannot use the GUI debugger and I am forced to use gdb with the command line (which is quite annoying).
The failure in running/debugging the app in QT Creator is caused by libraries not found. I added the bash variables LD_LIBRARY_PATH and DYLD_LIBRARY_PATH (pointing to the correct folders) to the Run/Debug environment configurations in the QT project, but I am not yet able to run the binaries.
Could you please suggest me what to look for?
Regards