Skip to content

Make shaders in lookandfeel compatible with Qt6

David Redondo requested to merge work/davidre/lnfshaders into master

Because qt_add_shaders requires a target use a dummy one and add it to ALL. Unfortunately there seems to be no way to query the generated files so we rely on the fact that they are always generated in .qsb.

Merge request reports