qt55.qtenginio: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-24 18:29:23 -06:00
parent 35c7cdac5f
commit aea5ee64db

View file

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