Re: [CMake] FindQt4 patch

2006-03-27 Thread Alexander Neundorf
> Von: "Tanner Lovelace" <[EMAIL PROTECTED]> > > On 3/24/06, William A. Hoffman <[EMAIL PROTECTED]> wrote: > > Right now KDE has its own copy of FindQt4.cmake, so it may be better > > to incorporate your changes into the KDE version first. That version > > will become part of CMake once it

Re: [CMake] FindQt4 patch

2006-03-24 Thread Tanner Lovelace
On 3/24/06, William A. Hoffman <[EMAIL PROTECTED]> wrote: > Right now KDE has its own copy of FindQt4.cmake, so it may be better > to incorporate your changes into the KDE version first. That version > will become part of CMake once it has been tested, and will be part of 2.4. > The change sounds

Re: [CMake] FindQt4 patch

2006-03-24 Thread William A. Hoffman
At 05:23 PM 3/24/2006, Tanner Lovelace wrote: >Greetings, > >The current FindQt4.cmake script has a small problem where it >does a FIND_PACKAGE(X11 ...) if it's on Unix. The problem >with this is that OS X is considered to be Unix but Qt on OS X >can be either X11 or native mac without X11 at al

[CMake] FindQt4 patch

2006-03-24 Thread Tanner Lovelace
Greetings, The current FindQt4.cmake script has a small problem where it does a FIND_PACKAGE(X11 ...) if it's on Unix. The problem with this is that OS X is considered to be Unix but Qt on OS X can be either X11 or native mac without X11 at all. So, this patch checks for the actual window system