qt54.qtwebkit: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-29 08:43:25 -06:00
parent 4d25e97193
commit 1a481e58ec

View File

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