[PyQt] PyQt5 plugins and qmake variables
Dmitry Shachnev
mitya57 at ubuntu.com
Fri Oct 18 07:18:08 BST 2013
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/ef3ef328/attachment.html>
More information about the PyQt
mailing list