qt55.qtwebsockets: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-24 18:26:15 -06:00
parent 055b1b86c5
commit da454bc547

View file

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