Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
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
-
http://doc.qt.digia.com/qt/install-mac.html
http://doc.qt.digia.com/qtcreator-snapshot/creator-debugger-engines.html
http://doc.qt.digia.com/qt/developing-on-mac.html
http://www.agile-workers.com/web/en/2012/03/qt-qmake-osx_sdk-xcode/