On 30 December, 2016 - Benjamin wrote: > How does one build Subsurface on OSX? I'm trying to build the latest git > version. I've followed the instructions on the webpage, but I now get the > following message: > > CMake Error at /Users/user/Qt/5.6/clang_64/lib/cmake/Qt5/Qt5Config.cmake:26 > (find_package): > > Could not find a package configuration file provided by "Qt5WebKitWidgets" > > with any of the following names: > > > Qt5WebKitWidgetsConfig.cmake > > qt5webkitwidgets-config.cmake > > > Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or > > set "Qt5WebKitWidgets_DIR" to a directory containing one of the above > > files. If "Qt5WebKitWidgets" provides a separate development package or > > SDK, be sure it has been installed. > > Call Stack (most recent call first): > > CMakeLists.txt:193 (find_package)
Some parts of Subsurface uses Qt5WebKitWidgets, which isn't build for the pre-packaged Qt 5.6 builds and up. You need a Qt 5.5 to build a "complete" Subsurface. //Anton ps. I take my Subsurface without marble, printing and the user manual, so I build and run it against the latest and greatest Qt 5.7 pss. I couldn't test Subsurface against a Qt 5.5 with Qt5WebKitWidgets enabled, because the linux binary from qt.io are linked against a older gstreamer than what exists on my system, but it should work<tm> -- Anton Lundin +46702-161604 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
