qt54.qtsvg: fix Qt module CMake config files
This commit is contained in:
parent
35f33b438c
commit
ece0396b55
|
@ -3,4 +3,7 @@
|
||||||
qtSubmodule {
|
qtSubmodule {
|
||||||
name = "qtsvg";
|
name = "qtsvg";
|
||||||
qtInputs = [ qtbase ];
|
qtInputs = [ qtbase ];
|
||||||
|
postFixup = ''
|
||||||
|
fixQtModuleCMakeConfig "Svg"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue