[PyQt] PyQt5 plugins and qmake variables

Dmitry Shachnev mitya57 at ubuntu.com
Fri Oct 18 16:34:51 BST 2013


A similar line should also be added to generate_application_makefile()
which is used for pyrcc/pylupdate.

--
Dmitry Shachnev
On Oct 18, 2013 10:18 AM, "Dmitry Shachnev" <mitya57 at ubuntu.com> wrote:

> Hi,
>
> In Debian we pass some qmake flags to configure.py to enable hardening (
> https://wiki.debian.org/Hardening), as-needed linking and so on.
>
> This works fine with most of PyQt, but doesn't work with plugins (designer
> and qml). Adding this line to generate_plugin_makefile() helps:
>
> fout.write('\n'.join(target_config.qmake_variables) + '\n')
>
> Can you please apply this change upstream? I hope other distros will find
> it useful.
>
> --
> Dmitry Shachnev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20131018/95305cac/attachment.html>


More information about the PyQt mailing list