<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm trying to create a flatpak for an application that requires PyQt5 with webkit support.</div><div>To do so I'm using qt version 5.9 and webkit 5.212.0</div><div>I've pushed everything to a public repository: <a href="https://github.com/syco/flathub-blink/tree/test-5.09">https://github.com/syco/flathub-blink/tree/test-5.09</a></div><div><br></div><div>So here's the problem:<br></div><div><br></div><div>With flatpak all the includes for QT are under <b>/usr/include</b>, except the QtWebKit and QtWebKitWidgets includes that are in <b>/app/include</b>. <br></div><div><br></div><div>so when I do "python2 configure.py" all modules get prepared, except QtWebKit and QtWebKitWidgets.</div><div></div><div>Is there a way to allow for the second include path?</div><div><br></div><div>Thanks</div><div>A</div></div>