Skip to content

qt: fix compilation with --disable-update-check

Steve Lhomme requested to merge robUx4/vlc:qt-update-check into master

The "ifdef" doesn't seem to be taken in account. It's as if the define was always set. Now that the define is properly used we need to pass it to moc.

The same thing should probably be done with ENABLE_VLM.

Merge request reports