Skip to content

contrib: qt5compat: do not use Qt Shader Tools + disable building core5

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

Statically linking to Qt Shader Tools seems to increase the binary size quite a lot.

Revert the patch which introduced runtime shader compilation to QtGraphicalEffects so that Qt Shader Tools is not linked.

TODO: Remove Qt5Compat completely, and use MultiEffect instead.

Request review @robUx4 @chub.


Additionally, disable building core5 as it is not used.

Edited by Fatih Uzunoğlu

Merge request reports