kde5.breeze-icons: propagate Qt SVG plugin

Necessary to render icons in applications that don't already depend on
this Qt module.
This commit is contained in:
Thomas Tuegel 2016-07-27 20:49:19 -05:00
parent 632411c2b6
commit 44211b10b2

View File

@ -8,4 +8,5 @@ kdeFramework {
outputs = [ "out" ];
nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [ qtsvg ];
propagatedUserEnvPkgs = [ qtsvg.out ];
}