this is my .pro info/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libvlc.so: undefined reference to `playlist_AddExtOpt'
i'm using QT 4.43 under ubuntu platformTEMPLATE = app
TARGET = vlc_on_qt
QT += core gui sql xml xmlpatterns network svg webkit script qt3support
LIBS += -lvlc
HEADERS += vlc_on_qt.h
SOURCES += main.cpp \
vlc_on_qt.cpp
FORMS += vlc_on_qt.ui
RESOURCES +=
please someone show me how to resolve this error