3.4 branch build error

Andras Mantia amantia at kde.org
Wed May 24 06:43:51 UTC 2006


On Tuesday 23 May 2006 16:59, David Nolden wrote:
> How can I check by using #ifdef what version of KDE we are compiling
> to? Then this should be easy to fix, although it should be easier for
> someone to do who is having the problem, since he directly can check
> if it works. :) Generally all to do is to change line 59 of
> fancylistviewitem.cpp to something like
> "#ifdef ISKLISTVIEWITEM && KDEVERSION >= 3.4"

No, use
#if KDE_IS_VERSION(3,4,0)
...

#endif

And I suggest to apply my patch first. ;-)

Andras
-- 
Quanta Plus developer - http://quanta.kdewebdev.org
K Desktop Environment - http://www.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20060524/4c626601/attachment.sig>


More information about the KDevelop-devel mailing list