qt55.qtxmlpatterns: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-24 18:25:18 -06:00
parent 24d0cfbb3a
commit 27824e3332

View file

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