On Mon, 10 Jan 2011 18:34:16 +0100
Thomas Petazzoni <[email protected]> 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 this case, uic is not installed and not
> necessary. Therefore, the requirement of uic to be part of the standard
> Qt installation by CMake is a bit too restrictive. It should only
> require it when the QT_GUI component is used.
> 
> I have worked around the problem using the following patch, but it
> isn't correct as it completely removes the check for uic.
> Unfortunately, my CMake-fu is still very limited, so I don't really
> know what's the proper way of checking this.

Ping ?

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to