Hello!
I have compiled vlc on Ubuntu from command line and I'm able to start vlc application. Then I built /doc/libvlc/QtPlayer application in QtCreator. I've got qtvlc built, but it doesn't start in Ubuntu shell with :
[0x8332c40] main libvlc error: No plugins found! Check your VLC installation.
I set VLC_PLUGIN_PATH variable = $(VLC_SRC}/modules/.libs, no result. Copying qtvlc to root vlc source folder, where compiled vlc binary is located - no result.
Could you please advice how can I start this example?