[CMake] Finding debug Qt libraries without CMAKE_BUILD_TYPE set to None

Tom Kacvinsky tom.kacvinsky at vectorcast.com
Thu Oct 22 13:40:40 EDT 2015


I have need to find the debug version of Qt libraries.  From the
documentation I read, the libraries found are based on the CMAKE_BUILD_TYPE
vale.  So it it is set to Release, the release versions are found, and if
set to DEBUG, the debug versions are found.  Unfortunately, due to use of
Ada support from PLPlot, I cannot set it to eitehr of those values as then
our Ada support craps out.

So, how can I find the debug version of the libraries if CMAKE_BUILD_TYPE
is set to NONE?

Thanks,

Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20151022/d9cb153d/attachment.html>


More information about the CMake mailing list