Well, I am developing a computer vision application on Eclipse using OpenCV and QT Eclipse Integration.
To use OpenCV, its necessary to add an library search path and some libraries to the GCC C++ linker. When I was using only OpenCV, it was fine, but when I try to do this on a QT Project, the project properties interface changes, and don't show these properties anymore... so I can't set then.
So... someone know a way to set the libraries search path and linker?
Thanks.