qt55.qtwebkit: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-24 18:26:31 -06:00
parent da454bc547
commit db7cabe098

View File

@ -31,4 +31,8 @@ qtSubmodule {
};
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
++ [ dlopen-webkit-udev ];
postFixup = ''
fixQtModuleCMakeConfig "WebKit"
fixQtModuleCMakeConfig "WebKitWidgets"
'';
}