qt54.qtscript: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel
2016-01-31 21:15:03 -06:00
parent 65ef8578c2
commit fbcdf3ee62
@@ -4,4 +4,7 @@ qtSubmodule {
name = "qtscript";
qtInputs = [ qtbase qttools ];
patches = [ ./0001-glib-2.32.patch ];
postFixup = ''
fixQtModuleCMakeConfig "Script"
'';
}