Trouble building opencv for Qt with Cmake [closed]
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
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