Search code examples
c++qtowncloudnextcloud

Could NOT find Qt5WebKitWidgets


I am trying to build nextcloud open source project. I am using built tools Qt 5.6 version. following errors has occurred-

-- Could NOT find Qt5WebKitWidgets (missing: Qt5WebKitWidgets_DIR)

CMake Warning at 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

but it sets Qt5_FOUND to FALSE so package "Qt5" is considered to be NOT FOUND. Reason given by package:

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


Solution

  • Thanks everyone.finally I have got solution.I have just used Qt 5.5 version which solves my problem.