debug libs (Re: KDE/kdelibs/cmake/modules)

Joseph Wenninger jowenn at kde.org
Wed Mar 1 20:58:52 GMT 2006


Hi !

Am Mittwoch, 1. März 2006 18:42 schrieb Alexander Neundorf:
[..]
>
> How do we want to deal with the Qt release and debug libs ?
> I planned to link the Qt debug libs when doing a debug build, and to the
> release libs when doing a !debug build. If not both are available, link to
> the version which is available.
>
> I think this would also mean that when replacing release libkdecore.so with
> debug libkdecore.so, that then also libQtCore_debug.so has to be available.
> I'm not sure what happens if you would then use a debug libkdecore.so and a
> release libkdeui.so where one links to libQtCore_debug.so and the other one
> to libQtCore.so...
>
> This might lead to trouble.
>
> What do you suggest ?
>
> Bye
> Alex

I think most of the time you could use debug kdelibs, which are compiled 
against a non debug qt, since most bugs are probably kdelibs related, not qt. 
During KDE 3.x development I usually used a release built of qt.

Kind regards
Joseph Wenninger




More information about the kde-core-devel mailing list