Hi all,

It seems to me this code from qglobal.h is not correct:

#if !(defined(Q_WS_WIN) && !defined(Q_WS_WINCE)) \
    && !(defined(Q_WS_MAC) && defined(QT_MAC_USE_COCOA)) \
    && !(defined(Q_WS_X11) && !defined(QT_NO_FREETYPE)) \
    && !(defined(Q_WS_QPA))
#  define QT_NO_RAWFONT
#endif

It enables QRawFont's freetype backend only for X11, however it should also 
work on any other platform where freetype and fontconfig work, including QWS.

Do I miss anything?

-- 
Regards,
Konstantin
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to