Error when building OpenCV with VS2012
Please i get a errors when i try to generate the build form OpenCV, this is my steps:
- i download OpenCV (version 2.4.8)
- i download Cmake
- i generate "C:\OpenCV-2.4.8\mybuild" using Cmake from "C:\OpenCV-2.4.8\opencv\sources"
- on the folder "C:\OpenCV-2.4.8\mybuild" i have the sln file : "OpenCV.sln"
- i open "OpenCV.sln" file with my VS2012
- i click on generate the solution
- I get an error :image description(/upfiles/13975781154595343.png)
i select WITH_QT see the photo : OpenCV with QT.png
Please, can you tell me what is the problem !
Best regards
when running cmake, you seem to have opted for WITH_QT, but now vs cannot find the qt libs ?
Yes i opted for WITH_QT, do you know how can i fix the qt libs ? See the description, i just edit it, i put the printscreen of the WITH_QT. Thanks