I have installed lowest possible Qt which is version of 5.9.9
My Cmake version is 3.17.2
In 6 number step for building OpenBr when I run (nmake install) I got this error==>
**CMake Error at openbr/cmake_install.cmake:137 (file):
file INSTALL cannot find
"C:/Qt/5.9.9/msvc2013_64/plugins/imageformats/qmng.dll": File exists.
Call Stack (most recent call first):
cmake_install.cmake:52 (include)
Also instead of using this==>
cmake -G "CodeBlocks - NMake Makefiles" -DCMAKE_PREFIX_PATH="C:/opencv-2.4.11/build/install;C:/Qt/5.9.9/msvc2013_64" -DCMAKE_INSTALL_PREFIX="./install" -DBR_INSTALL_DEPENDENCIES=ON -DCMAKE_BUILD_TYPE=Release ..
I have used this ==>
cmake -G "CodeBlocks - NMake Makefiles" -DCMAKE_PREFIX_PATH="C:/opencv-2.4.11/build-msvc2013/install;C:/Qt/5.9.9/msvc2013_64" -DCMAKE_INSTALL_PREFIX="./install" -DBR_INSTALL_DEPENDENCIES=ON -DCMAKE_BUILD_TYPE=Release ..
I have installed lowest possible Qt which is version of 5.9.9 My Cmake version is 3.17.2 In 6 number step for building OpenBr when I run (nmake install) I got this error==> **CMake Error at openbr/cmake_install.cmake:137 (file): file INSTALL cannot find "C:/Qt/5.9.9/msvc2013_64/plugins/imageformats/qmng.dll": File exists. Call Stack (most recent call first): cmake_install.cmake:52 (include)
NMAKE : fatal error U1077: 'echo' : return code '0x1' Stop.**
Also instead of using this==> cmake -G "CodeBlocks - NMake Makefiles" -DCMAKE_PREFIX_PATH="C:/opencv-2.4.11/build/install;C:/Qt/5.9.9/msvc2013_64" -DCMAKE_INSTALL_PREFIX="./install" -DBR_INSTALL_DEPENDENCIES=ON -DCMAKE_BUILD_TYPE=Release ..
I have used this ==> cmake -G "CodeBlocks - NMake Makefiles" -DCMAKE_PREFIX_PATH="C:/opencv-2.4.11/build-msvc2013/install;C:/Qt/5.9.9/msvc2013_64" -DCMAKE_INSTALL_PREFIX="./install" -DBR_INSTALL_DEPENDENCIES=ON -DCMAKE_BUILD_TYPE=Release ..