<div dir="ltr"><div><div>The app I'm trying to deploy uses QWebEngineView, ergo I've clicked QtWebEngineWidgets as a needed PyQt module.<br><br></div>The make fails with "<span style="color:rgb(127,0,0)">ld: library not found for -lQtWebEngineWidgets</span>"<br>and this is correct, no such lib is found under $SYSROOT. There does exist PyQt-gpl-5.4/sip/QtWebEngineWidgets, however the config.py output doesn't mention it at all even with --verbose on; and of course the make doesn't make it.<br><br></div><div>Looking at config.py, it seems to hinge on target_config.The fileĀ  pyqt5-osx.cfg (made by pyqtdeploycli?) does mention QtWebChannel but not QtWebEngineWidgets.<br><br></div><div>So I added the name QtWebEngineWidgets to the pyqt5-osx.cfg file and reran config, qmake, make, make install. And there is now libQtWebEngineWidgets.a under $SYSROOT and the make succeeded.<br><br><br></div><div><br></div><div></div></div>