2

I was installing QT5 and OpenCV 2.4.4 with CMAKE 2.8.10.2..

I was following the instruction from here and here . The problem is, when I want to compile the OpenCV library with cmd, 'mingw32-make' is not recognized as internal or external command, operable program or batch file. I don't know how to react, I've follow the instruction step by step..

Thanks for your answers :)

===============================

This question has been answered :)
the answer is I didn't put the path contains mingw32-make.exe (Qt5.0.2\Tools\MinGW\bin) to system variable. different version different path, made me confuse.

So, if you want to integrate Qt 5.0.2 and OpenCV 2.4.4 with CMAKE 2.8.10.2 in Windows 7, use instructions from two links that I mention it above, it works! Thanks:)

4

1 回答 1

4

在开始菜单中,您可以找到 Qt MinGW 的预配置环境变量命令提示链接。如果您正在使用Qt 5.0.2 for Windows 32-bit (MinGW 4.7, 650 MB),您可能会发现类似Qt 5.0.2 for Desktop (MinGW 4.7). 将它用于您的命令。请确保您使用的是 mingw32 版本的 Qt,否则您要查找的命令是nmake.

于 2013-04-15T04:14:20.797 回答