Need Help with Building Libraries with Qt and MSVS
-
I am trying to build this project, https://github.com/thegedge/StereoReconstruction/tree/31f40ebc8d529d792c61723d27d0a54060d19bde.
(The readme file tells you the dependencies and libraries needed to build this Stereo Reconstruction)I downloaded Qt 5.2.0 and was using Mingw 4.8. I built this libraries with the mingw compiler:
- OpenCV
- gsl
- Boost
- Eigen
- GLEW
However, I kept getting an error, http://qt-project.org/forums/viewthread/37202/ and I cannot figure it out. So I thought that I would try using Visual Studio.
I have Visual Studio 2013 and I downloaded QT addin for MSVS 2013. However, the libraries are not linking well to my opencv which I built using opencv.
My question is this, if I am building a .pro file and building these libraries what is the best way to go about doing these builds?I am getting confused with all of the different methods and keep running into road blocks.
Thanks,
Dawn.