Is there any way to compile SIP so that it uses v2 of its API for things like QString, QVariant, QDate, etc.?<br>I would rather not do:<br><br>import sip<br>sip.setapi('QString', 2)<br><br>at runtime because I can not always guarantee that PyQt4 hasn't been imported before I am able to make the above call. Instead, I want to forcibly set the API to v2 for our entire site-wide build of SIP. Any way to do this?<br>
<br>Thanks<br>