setup QT 5.10 and opencv 3.4.1 on windows 10 64-bit with CMAKE
Hi in this link https://wiki.qt.io/How_to_setup_Qt_and_openCV_on_Windows i am trying to setup QT 5.10 and opencv 3.4.1 on windows 10 64-bit
I did all the steps but QT_MAKE_EXECUTABLE not found in options to check after that in cmd When I write this command line ((mingw32-make -j 8)) it stop at 20% and i have this
[ 20%] Built target libwebp Makefile:159: recipe for target 'all' failed mingw32-make: * [all] Error 2 !!!!!** after this error i tried to uncheck ((ENABLE_PRECOMPILED_HEADERS)) and retry the last command line ((mingw32-make -j 8)) it continue and stop again
[ 37%] Built target opencv_core Makefile:159: recipe for target 'all' failed mingw32-make: * [all] Error 2 !!!!!** Please I really need a help
you have to turn off the use of precompiled headers with:
then, please clean your build folder from previous attempts, and start all over.
thank you for your answer
I tried this from the beginning and it didn't work :(
it stop at this step [ 61%] Built target opencv_dnn Makefile:159: recipe for target 'all' failed mingw32-make: * [all] Error 2