//Qt de plugin ekleme
1) a.setLibraryPaths(QStringList() << a.applicationDirPath() << (QString("%1/Plugins").arg(a.applicationDirPath())));
2) QString path = QDir::currentPath() + "/libs/vlc_plugins";
qputenv("VLC_PLUGIN_PATH", path.toLocal8Bit());
//Qt de plugin ekleme
1) a.setLibraryPaths(QStringList() << a.applicationDirPath() << (QString("%1/Plugins").arg(a.applicationDirPath())));
2) QString path = QDir::currentPath() + "/libs/vlc_plugins";
qputenv("VLC_PLUGIN_PATH", path.toLocal8Bit());