[patch] fixes for compiling under mingw

2007-06-06 Thread Holger Schröder
Hi Alex, hi list, i am trying to simplify compiling of kde on windows. for that i need to get some changed into kdelibs/cmake/modules. most of them add a cmake variable for the prefix where to find a library, like gif, jpeg, etc. and then there is a patch for findqt4.cmake. the problem is,

Re: [patch] fixes for compiling under mingw

2007-06-06 Thread Holger Schröder
On Wednesday 06 June 2007 23:53:00 you wrote: On Wednesday 06 June 2007 10:32, Holger Schröder wrote: Hi Alex, hi list, i am trying to simplify compiling of kde on windows. for that i need to get some changed into kdelibs/cmake/modules. most of them add a cmake variable for the prefix

Re: Qt static libraries - pkgconfig again

2007-02-23 Thread Holger Schröder
On Friday 23 February 2007 21:38:56 Thiago Macieira wrote: Simon Hausmann wrote: Christian is right there, also because qmake does not generate pkg-config files on Windows. May I suggest then that we together standardise on a dependency file for static libraries (and platforms where such a

Re: Qt static libraries - pkgconfig again

2007-02-23 Thread Holger Schröder
On Friday 23 February 2007 23:18:04 Christian Ehrlicher wrote: Holger Schröder schrieb: On Friday 23 February 2007 21:38:56 Thiago Macieira wrote: Simon Hausmann wrote: Christian is right there, also because qmake does not generate pkg-config files on Windows. May I suggest

how to install kdelibs into another prefix than it was compiled for ?

2007-02-18 Thread Holger Schröder
Hi, i am working on some little scripts, that mimic the behaviour of the gentoo emerge system for windows, so that bootstrapping kde will be a little bit easier as it is right now. what it does is about like this: in e:/kderoot/tmp/kdelibs/work/kdelibs there are the kdelibs sources, and in

Re: QString::i18n

2006-04-12 Thread Holger Schröder
. Mulders wrote: I searched in Qt sources but the headers do not have any i18n. Ideas, anyone? It's in klocale.cpp. I suspect this is brokenness of the Microsoft compiler. It doesn't understand templates very well... -- regards, Holger Schröder