qt54.qtxmlpatterns: fix Qt module CMake config files
This commit is contained in:
parent
b7db2185a0
commit
a67c2ded6b
1 changed files with 3 additions and 0 deletions
|
@ -3,4 +3,7 @@
|
||||||
qtSubmodule {
|
qtSubmodule {
|
||||||
name = "qtxmlpatterns";
|
name = "qtxmlpatterns";
|
||||||
qtInputs = [ qtbase ];
|
qtInputs = [ qtbase ];
|
||||||
|
postFixup = ''
|
||||||
|
fixQtModuleCMakeConfig "XmlPatterns"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue