<p>Hi,</p>
<p>I'm trying to build wheels for python-poppler-qt5, which uses SIP and PyQt-builder. It's close to working, except that my wheels don't contain the <code>libpoppler.so</code> and <code>libpoppler-qt5.so</code> files, which they should in order to work on others' machines. (I'd like avoid statically linking these into the binding's generated shared library because it would force me to compile Poppler myself into a static library on various OSes, while I can get it as a shared library from Conda.)</p>
<p>What would be the easiest way to make these libs end up in the wheels?</p>
<p>Thanks,</p>
<p>Jean</p>