Skip to content

qt: correct bad link ordering

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/badlinkordering into master

Qt plugin libs depend on Qt libs, not the other way around. They should appear first when telling the linker.

Merge request reports