Bug in cprjoptionsdlg.cpp - Bugfix provided in enclose diff file

Martin Pahl pahl at tnt.uni-hannover.de
Wed Nov 21 10:09:44 GMT 2001


There is a bug in the automatic library replacement. If put e.g. "-lqtparser" 
in the library dialog it will be changed to "parser" because in 
cprjoptionsdlg.cpp " -lqt" is replaced with "".  Better replace " -lqt " with 
" ". The enclosed diff file changes all 

ldadd = ldadd.replace( QRegExp(" name"), "" );

to 

ldadd = ldadd.replace( QRegExp("  name "), " " );

in cprjoptionsdlg.cpp/1.26.2.21.2.22/Sun Jul 29 05:04:52 2001//TKDE_2_2_BRANCH

This solves the problem.

Kind regards

Martin Pahl
-- 
Martin Pahl                                email: pahl at tnt.uni-hannover.de  

Institut fuer Theoretische Nachrichtentechnik und Informationsverarbeitung
Universitaet Hannover                 http://www.tnt.uni-hannover.de/~pahl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cprjoptionsdlg.cpp.diff
Type: text/x-diff
Size: 2264 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20011121/db651a48/attachment.diff>


More information about the KDevelop mailing list