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

View file

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