debug libraries for which buildtypes ?
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Wed Dec 30 20:46:25 CET 2009
Am 30.12.2009 18:53, schrieb Alexander Neundorf:
> Hi,
>
> in KDE we have the buildtypes RELEASE, RELWITHDEBINFO, DEBUG, DEBUGFULL and
> PROFILE.
> For which of these configurations are the release versions and for which are
> the debug versions of the Qt libs required ?
>
> Maybe release for RELEASE and RELWITHDEBINFO, and the debug versions for
> DEBUG, DEBUGFULL and PROFILE ?
>
> Please let me know, because I'm working on fixing FindQt4.cmake to finally
> deal properly with this.
>
According to CMAKE_CXX_FLAGS_foo only Debug (don't know about debugfull)
is using /MDd and therefore only this buildtype can use the qt debug libs.
Christian
More information about the Kde-windows
mailing list