qt54.qtxmlpatterns: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-29 08:40:41 -06:00
parent b7db2185a0
commit a67c2ded6b

View file

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