Skip to content
Snippets Groups Projects
Commit fa612b40 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qt: do not initialize unused qt quick effects shaders

As per Qt Quick Effects' `CMakeLists.txt`,
the excluded resources are the ones that
use masking.

We do not use mask, so we don't need to
initialize these shaders. This should save
some disk space for the static build.

We could eliminate more of these, for example
depending on the blur level, only a certain
subset of these shaders are used. However,
I decided to not be that aggressive for the
moment.
parent 14f4de60
No related branches found
No related tags found
1 merge request!7041qt: do not initialize unused qt quick effects shaders
Pipeline #577508 passed with stage
in 14 minutes and 34 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment