Skip to content

qt: fix link failure due to missing moc source

Marvin Scholz requested to merge ePirat/vlc:epirat-fix-qt-build into master

The VLM file needs to be processed by the MOC (Meta Object Compiler) as it uses Q_OBJECT.

Merge request reports