Hi,

I have an external library "libvlc-qt.so" and I am trying to link this library to my qt pro file. But I get the error
Can't find "libvlc-qt
. The line I added to. pro is

Qt Code:
  1. LIBS+= -L/home/baluk/NokiaQtSDK/Vexample-build-desktop -llibvlc-qt
To copy to clipboard, switch view to plain text mode 

And then I run the build option in Qt creator. Can any one tell me What am I doing wrong in this.

Thank You,

Baluk