[cmake-developers] Visual Studio 2013 with CMake GUI on Windows

Brad King brad.king at kitware.com
Fri Nov 13 11:53:04 EST 2015


On 11/13/2015 11:42 AM, Robert Dailey wrote:
> CMake requires Qt4, which is incompatible with VS 2013 officially. I
> do not want to apply patches to get it working.
> 
> Is it possible to get CMake to use Qt5?

CMake already supports being built with Qt5 on Windows.

Configure with CMAKE_PREFIX_PATH containing to the path to
msvc2013_64_opengl and it should be found automatically.
Ensure Qt5Widgets_DIR points to

 msvc2013_64_opengl/lib/cmake/Qt5Widgets

-Brad



More information about the cmake-developers mailing list