On 10/13/2014 05:54 AM, Adam Strzelecki wrote:
> Qt provides half-baked CMake support

Side note: this is not a fair characterization of Qt's support for CMake.
Qt5 is an outstanding example of how an upstream can make it easy to use
a project with CMake even when the upstream itself does not use CMake.
Qt5 provides package configuration files for find_package(), and once
loaded they provide imported targets with usage requirements.  Building
a CMake-based project against Qt5 couldn't be much easier IMO.

Furthermore, all the CMake-related files come with Qt5 and are maintained
there rather than in CMake.  This is much easier than Qt4, where FindQt4
in CMake has needed maintenance with every new upstream version.

-Brad

-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to