Quoting Richard Heck <[EMAIL PROTECTED]>:

>
> So is the suggestion that I should make the check with #if? If so, can
> someone remind me how to do this? I.e, what the QT_VERSION syntax is?

http://doc.trolltech.com/4.1/qtglobal.html#QT_VERSION

#if QT_VERSION == 0x040203
...
#endif

Reply via email to