qt54.qtsvg: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-29 08:44:20 -06:00
parent 35f33b438c
commit ece0396b55

View file

@ -3,4 +3,7 @@
qtSubmodule {
name = "qtsvg";
qtInputs = [ qtbase ];
postFixup = ''
fixQtModuleCMakeConfig "Svg"
'';
}