Well, I have to do anything about that... I have few items on my short-term todo list that will make it less of a problem.<br><br>I'll get some ideas from this patch.<br><br>Thanks Peter!!<br>Aleix<br><br><div class="gmail_quote">
On Sun, Nov 30, 2008 at 3:40 PM, Peter Oberndorfer <span dir="ltr"><<a href="mailto:kumbayo84@arcor.de">kumbayo84@arcor.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
when build dir is not set fetchBuildDir returns "/"<br>
replaceBuildDir now creates strange include paths like<br>
KUrl("file:///") or KUrl("file:///plugins/")<br>
<br>
for "#[bin_dir]" or "#[bin_dir]plugins"<br>
<br>
Now paths which refer to #[bin_dir] or #[install_dir] are not added<br>
when bin_dir or install_dir is not set.<br>
<br>
---<br>
please check if this change is desirable, and the right way to fix the problem.<br>
if it is right please apply for me (i have no SVN access)<br>
<br>
open points:<br>
*KUrl documenation warns about KUrl(const QString&)<br>
-> maybe use setPath() but other parts also use the constructor<br>
<br>
*automatic conversion from const QString to QString on replaceXxxxDir call<br>
is this OK?, i think yes.<br>
<br>
 plugins/managers/cmake/cmakemanager.cpp |   25 +++++++++++++++++--------<br>
 1 files changed, 17 insertions(+), 8 deletions(-)<br>
<br>
<br>_______________________________________________<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
<br></blockquote></div><br>