找不到 Qt5WebKitWidgets

Could NOT find Qt5WebKitWidgets

我正在尝试构建 nextcloud 开源项目。我正在使用构建工具 Qt 5.6 版本。发生了以下错误-

-- Could NOT find Qt5WebKitWidgets (missing: Qt5WebKitWidgets_DIR)

CMake 警告在 src/gui/CMakeLists.txt:313 (find_package):

Found package configuration file:

C:/Qt/Qt5.6.0/5.6/mingw49_32/lib/cmake/Qt5/Qt5Config.cmake

但它将 Qt5_FOUND 设置为 FALSE,因此包 "Qt5" 被认为是 NOT 成立。包裹给出的原因:

Failed to find Qt5 component "WebKitWidgets" config file at
C:/Qt/Qt5.6.0/5.6/mingw49_32/lib/cmake/Qt5WebKitWidgets/ Qt5WebKitWidgetsConfig.cmake

谢谢everyone.finally我已经solution.I刚刚使用Qt 5.5版本解决了我的问题。