qt55.qtwebsockets: fix Qt module CMake config files
This commit is contained in:
parent
055b1b86c5
commit
da454bc547
|
@ -3,4 +3,7 @@
|
|||
qtSubmodule {
|
||||
name = "qtwebsockets";
|
||||
qtInputs = [ qtbase qtdeclarative ];
|
||||
postFixup = ''
|
||||
fixQtModuleCMakeConfig "WebSockets"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue