<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 3, 2017, at 2:34 PM, Federico Masias <<a href="mailto:fede@masias.net" class="">fede@masias.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi all,<div class=""><br class=""></div><div class="">I'm having some issues trying to build on mac, while following the instructions on the Building part of the website. The following error gets spit out:</div><div class=""><br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p class="gmail-p1"><span class="gmail-s1">CMake Error at /Users/fede/Qt/5.6/clang_64/lib/cmake/Qt5/Qt5Config.cmake:26 (find_package):</span></p><p class="gmail-p1"><span class="gmail-s1">  Could not find a package configuration file provided by "Qt5WebKitWidgets"</span></p><p class="gmail-p1"><span class="gmail-s1">  with any of the following names:</span></p><p class="gmail-p2"><span class="gmail-s1"></span><br class=""></p><p class="gmail-p1"><span class="gmail-s1">    Qt5WebKitWidgetsConfig.cmake</span></p><p class="gmail-p1"><span class="gmail-s1">    qt5webkitwidgets-config.cmake</span></p><p class="gmail-p2"><span class="gmail-s1"></span><br class=""></p><p class="gmail-p1"><span class="gmail-s1">  Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or</span></p><p class="gmail-p1"><span class="gmail-s1">  set "Qt5WebKitWidgets_DIR" to a directory containing one of the above</span></p><p class="gmail-p1"><span class="gmail-s1">  files.  If "Qt5WebKitWidgets" provides a separate development package or</span></p><p class="gmail-p1"><span class="gmail-s1">  SDK, be sure it has been installed.</span></p><p class="gmail-p1"><span class="gmail-s1">Call Stack (most recent call first):</span></p><p class="gmail-p1"><span class="gmail-s1">  CMakeLists.txt:202 (find_package)</span></p><div class=""><span class="gmail-s1"></span><br class="webkit-block-placeholder"></div><p class="gmail-p1"><span class="gmail-s1">-- Configuring incomplete, errors occurred!</span></p></blockquote><div class=""><br class=""></div><div class="">I've tried with Qt5.7 and 5.6 (both installed from installer, not built from source), but neither seem to include a webkit module -- is this something I'm supposed to get from somewhere else? </div></div></div></blockquote><br class=""></div><div>Webkit is no longer included by default. You can build it from source, or you can use -DUSE_WEBENGINE=ON on the cmake command line. That disables printing as that hasn't been ported to WebEngine, yet</div><div><br class=""></div><div>/D</div><br class=""></body></html>