On Sunday 17 Jul 2005 9:33 pm, Jean-Marc Lasgouttes wrote:
> >>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
>
> Georg> Am Sonntag, 17. Juli 2005 08:40 schrieb [EMAIL PROTECTED]:
> >> Can anybody help to correct this error?
>
> Georg> Change line 350 of QPrefs.C from
>
> Georg> if (cb->text(i) == default_font_name) {
>
> Georg> to if (fromqstr(cb->text(i)) == default_font_name) {
>
> I did that in 1.3.7, and additionally enforced compiling without STL
> compatibility.
>
> JMarc
How do you enforce compiling without STL?
Anand