网上下载的一个QT使用VCL库做播放器的程序,qmake可以编译通过,但是运行的时候报错
d:/qt/2010.02.1/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lvlc
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\test1.exe] Error 1
mingw32-make: *** [debug] Error 2
Exited with code 2.
Error while building project player
When executing build step 'Make'
会是什么原因呢?