Is there a clean way to check the sip version in a sip file, ie.
%If Version(- Qt_2_00)
%If Version(Qt_1_43 -)
%If Version(Qt_2_00 - Qt_2_1_0)
but for sip itself?
I'm trying to keep my sip code somewhat portable (wrt
HeaderCode/TypeHeaderCode, other directives)
thanks