Re: [CMake] Qt4 module too restrictive about uic requirement

2011-02-07 Thread Thomas Petazzoni
Hello, Sorry for the late reply, I only had the time to test the fix today. On Fri, 14 Jan 2011 21:33:09 -0700 Clinton Stimpson wrote: > Sorry it took a while to get in this thread. > I've pushed a fix for the issues brought up in this thread to next by > changing FindQt4.cmake to use FPHSA. >

Re: [CMake] Qt4 module too restrictive about uic requirement

2011-01-14 Thread Clinton Stimpson
On Jan 14, 2011, at 3:27 AM, Eric Noulard wrote: > 2011/1/14 Thomas Petazzoni : >> Hello, >> >> On Fri, 14 Jan 2011 11:06:04 +0100 >> Eric Noulard wrote: >> >>> Clinton Stimpson is the maintainer of the QT4 module >>> http://www.cmake.org/Wiki/CMake:Module_Maintainers >>> >>> He is usually re

Re: [CMake] Qt4 module too restrictive about uic requirement

2011-01-14 Thread Eric Noulard
2011/1/14 Thomas Petazzoni : > Hello, > > On Fri, 14 Jan 2011 11:06:04 +0100 > Eric Noulard wrote: > >> Clinton Stimpson is the maintainer of the QT4 module >> http://www.cmake.org/Wiki/CMake:Module_Maintainers >> >> He is usually responsive so I bet he will be stepping in soon. > > Ok, thanks. >

Re: [CMake] Qt4 module too restrictive about uic requirement

2011-01-14 Thread Thomas Petazzoni
Hello, On Fri, 14 Jan 2011 11:06:04 +0100 Eric Noulard wrote: > Clinton Stimpson is the maintainer of the QT4 module > http://www.cmake.org/Wiki/CMake:Module_Maintainers > > He is usually responsive so I bet he will be stepping in soon. Ok, thanks. > Concerning your issue did you try the work

Re: [CMake] Qt4 module too restrictive about uic requirement

2011-01-14 Thread Eric Noulard
2011/1/14 Thomas Petazzoni : > On Mon, 10 Jan 2011 18:34:16 +0100 > Thomas Petazzoni wrote: > >> The FindQt4 module requires the uic executable to be present, otherwise >> it declares the Qt installation as invalid and bails out. >> >> However, Qt can be compiled without the GUI (which is interest

Re: [CMake] Qt4 module too restrictive about uic requirement

2011-01-14 Thread Thomas Petazzoni
On Mon, 10 Jan 2011 18:34:16 +0100 Thomas Petazzoni wrote: > The FindQt4 module requires the uic executable to be present, otherwise > it declares the Qt installation as invalid and bails out. > > However, Qt can be compiled without the GUI (which is interesting on > embedded systems), and in th

[CMake] Qt4 module too restrictive about uic requirement

2011-01-10 Thread Thomas Petazzoni
Hello, The FindQt4 module requires the uic executable to be present, otherwise it declares the Qt installation as invalid and bails out. However, Qt can be compiled without the GUI (which is interesting on embedded systems), and in this case, uic is not installed and not necessary. Therefore, the