Enrico Forestieri wrote:
On Mon, Oct 02, 2006 at 11:34:43AM +0200, Abdelrazak Younes wrote:
With Georg's and Edwin's corrections.
Sorry for not catching this earlier, but if you substitute Q_WS_WIN
with something else, please also take into account that it is also
defined in a cygwin build without X11. So, the correct substitution
for "#ifdef Q_WS_WIN" is
#if defined(_WIN32) || (defined(__CYGWIN__) && defined(X_DISPLAY_MISSING))
I don't understand... If they are usable on windows, why don't you want
to use these fonts on Cygwin/X11 too? Hopefully Qt/Cygwin/X11 can use
them, no?
I can do the corrections later (currently building).
Please. Test and commit the proper fix.
Abdel.