<div dir="ltr"><div><div><div>Any pointers would be greatly appreciated.  <br><br>Installed Qt5.6 and downloaded snapshot of SIP and PyQT.  Everything built - good...<br></div><br>from PyQt5 import QtCore<br>print 'version:', QtCore.qVersion()<br><br>version: 5.6.0<br><br>but (as expected) WebKit doesn't work anymore.<br><br>/home/ubuntu/Qt5.5.1/5.5/gcc_64/lib/libQt5WebKit.so.5: undefined symbol: _ZN22QWindowSystemInterface19registerTouchDeviceEP12QTouchDevice<br></div><br></div><div>In an attempt to resolve I clone <a href="http://code.qt.io/qt/qtwebview.git">http://code.qt.io/qt/qtwebview.git</a> -b 5.6 <br></div><div>~/Qt/5.6/gcc_64/bin/qmake <br></div><div>make<br></div><div>make install<br><br></div><div>This puts a bunch of files in my Qt/5.6 that seem like I would be able to run<br><br>python configure.py --qmake=/home/ubuntu/Qt/5.6/gcc_64/bin/qmake -e QtWebkit<br><br></div><div>but no such luck...<br><br>Traceback (most recent call last):<br>  File "configure.py", line 2896, in <module><br>    main(sys.argv)<br>  File "configure.py", line 2887, in main<br>    opts.split if opts.concat else 0, opts.tracing)<br>  File "configure.py", line 1442, in generate_makefiles<br>    metadata = MODULE_METADATA[mname]<br>KeyError: 'QtWebkit'<br><br></div><div>Thanks in advance for any pointers.<br></div></div>