<div dir="ltr"><div><div><div><div><div>Hi,<br></div> I have cross-compiled QT from source. I built it using the commands <code>make module-qtwebkit &amp;&amp;  make module-qtwebkit-install_subtargets<br></code></div><code>My output folder has libQTWebkit and libQTWebkitWidgets libraries<br><br></code></div><code>My test application&#39;s .pro file has the line </code><code>QT += sql gui widgets webkitwidgets<br></code>On  running qmake for this test application, I see the Unknown module(s)
 in QT: webkitwidgets error message.  It compiles fine if I dont use 
modules from webkit<br><br></div>I would like to know how to fix this, is there a path where my libraries has to be to get included?<br><br></div>Thanks!<br></div>