Compile old version of pyqt5 for flatpak

Alberto <[email protected]> Wed, 25 Mar 2020 19:11:43 +0000
Newsgroups gmane.comp.python.pyqt-pykde
Message-ID <CANoA6_LwM+2gZ7OAQKUqGUskyZ4512r5N49madL39bjbWh8ydw@mail.gmail.com>
Hi,

I'm trying to create a flatpak for an application that requires PyQt5 with
webkit support.
To do so I'm using qt version 5.9 and webkit 5.212.0
I've pushed everything to a public repository:
https://github.com/syco/flathub-blink/tree/test-5.09

So here's the problem:

With flatpak all the includes for QT are under */usr/include*, except the
QtWebKit and QtWebKitWidgets includes that are in */app/include*.

so when I do "python2 configure.py" all modules get prepared, except
QtWebKit and QtWebKitWidgets.
Is there a way to allow for the second include path?

Thanks
A

_______________________________________________
PyQt mailing list    [email protected]
https://www.riverbankcomputing.com/mailman/listinfo/pyqt