qt platform plugin code example
Example 1: qt video player with codecs
//Play the video:
libvlc_media_player_set_media(player, media);
libvlc_media_player_play(player);
Example 2: dependencies qt
For the dependency gathering, it's way simpler to use windeployqt.