It broke
I managed to get a fair way through the build but cmake failed
CMake Warning at src/CMakeLists.txt:65 (find_package):
Found package configuration file:
/Users/me/Qt56/lib/cmake/Qt5/Qt5Config.cmake
but it set Qt5_FOUND to FALSE so package "Qt5" is considered to be NOT
FOUND. Reason given by package:
Failed to find Qt5 component "WebKit" config file at
"/Users/me/Qt56/lib/cmake/Qt5WebKit/Qt5WebKitConfig.cmake"
Failed to find Qt5 component "WebKitWidgets" config file at
"/Users/me/Qt56/lib/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake"
Failed to find Qt5 component "LinguistTools" config file at
"/Users/me/Qt56/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake"
Any suggestions how to fix this please?
|