工程文件如下:
INCLUDEPATH += E:\\opencv2.4.2\\install\\includeLIBS += -L E:\opencv2.4.2\install\lib -lcv210 -lcvaux210 -lhighgui210 -lcxcore210
但是编译后出现问题如下:
E:/QtSDK/mingw/bin/mingw32-make.exe -f Makefile.Debug
mingw32-make.exe[1]: Entering directory `F:/LenWen/lw/CamaraGet-build'
g++ -mthreads -Wl,-subsystem,windows -o debug\CamaraGet.exe debug/main.o debug/widget.o debug/moc_widget.o -L"e:\QtSDK\Desktop\Qt\4.8.1\mingw\lib" -lmingw32 -lqtmaind -L E:\opencv2.4.2\install\lib -lcv210 -lhighgui210 -lcvaux210 -lcxcore210 -lQtGuid4 -lQtCored4
mingw32-make.exe[1]: Leaving directory `F:/LenWen/lw/CamaraGet-build'
e:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lcv210
collect2: ld returned 1 exit status
mingw32-make.exe[1]: *** [debug\CamaraGet.exe] Error 1
mingw32-make.exe: *** [debug] Error 2
:-1: 错误:cannot find -lcv210
有何办法解决,都弄了两天了