RSATom / QmlVlcDemo

[ABANDONED] Simple demo app for QmlVlc lib
Other
41 stars 16 forks source link

I use vlc in my project,but always tell us: VlcMmPlayer is not a type #1

Closed kingctan closed 10 years ago

kingctan commented 10 years ago

I use vlc in my project,but always tell us: VlcMmPlayer is not a type even when I define QMLVLC_QTMULTIMEDIA_ENABLE,whick not work.

RSATom commented 10 years ago

VlcMmPlayer will be enabled automatically if you enable QtMultimedia module. But you should enable it before including QmlVlc.pri. Look at QmlVlcDemo.pro please (lines 1 and 3)