qt55.qtsvg: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-24 18:27:23 -06:00
parent ed20a6a97c
commit 02f2761233
1 changed files with 3 additions and 0 deletions

View File

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