Trouble building opencv for Qt with Cmake [closed]

asked 2014-10-19 10:07:52 -0600

CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.0/Modules/FindQt4.cmake:1316 (message): Found unsuitable Qt version "5.3.2" from C:/Utilitarios/Qt/5.0.3/5.3/mingw482_32/bin/qmake.exe, this code requires Qt 4.x

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by StevenPuttemans
close date 2014-10-20 04:45:57.276542

Comments

The solution was:

"In my experience, this problem is most easily solved by putting the folder containing qmake in your PATH environment variable." extracted of StackOverflow

akllsmq gravatar imageakllsmq ( 2014-10-19 10:38:31 -0600 )edit