<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
For posterity again: while below works fine at compilation time, it
breaks at runtime due to Qt / SIP version mismatches :-(
<blockquote type="cite"
cite="mid:1c03dec8-03af-4a48-9948-3738fc4d7515@spatialys.com">
<blockquote type="cite"
cite="mid:CADBCwLYPMSWH1g2RZuS7dp1qAOwoR5yAoSP3m0+fe4ZS14htxw@mail.gmail.com">
<div dir="ltr">
<div class="gmail_quote gmail_quote_container">
<div> </div>
</div>
</div>
</blockquote>
<p>Thanks for the hint. That does improve things (sip-build time)
indeed. For posterity, I managed to use it without altering too
much my build env with:</p>
<p>python3 -m venv sip_venv<br>
source sip_venv/bin/activate<br>
pip install sip PyQt-builder<br>
cmake -USIP_BUILD_EXECUTABLE ..</p>
</blockquote>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
</body>
</html>