qt54.qtenginio: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-29 08:47:27 -06:00
parent b3c8878a65
commit 6e623f8784
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@
qtSubmodule {
name = "qtenginio";
qtInputs = [ qtdeclarative ];
postFixup = ''
fixQtModuleCMakeConfig "Enginio"
'';
}