>>>>> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes:

>>>>> Or maybe better: Is there any way to check if we're running
>>>>> under 4.2.3,
>>>>> 
>>>> I think you can use this : #if QT_VERSION == 0x040203 ... #endif
>>>> 
Richard> But I think it needs to be a run-time check...
>>  Why a run-time check?
>> 
Richard> Because if we're compiling a binary, we wouldn't know in
Richard> advance under what version of QT we were running. Right?

There are many places where we assume that we know it. I would not
care about that unless there appears to be a real need. Currently we
distribute qt with LyX in windows and OS X, and linux uses the system
Qt, which is not supposed to change by surprise.

We may want to go this way, but it is not pressing IMO.

JMarc

Reply via email to