<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Alexander Dymo wrote:<br>
<blockquote type="cite"
 cite="mid200401220047.38302.cloudtemple@mksat.net">
  <blockquote type="cite">
    <pre wrap="">debugger problems caused by libtool or shared
libraries. I didn't found a good solution yet, just a lot of workarounds.
By the way what is libtool? :) 
    </pre>
  </blockquote>
  <pre wrap=""><!---->You can clear the debugging shell in project options.</pre>
</blockquote>
I always do this but then gdb complains that does not recognize the
script as an executable and then I need to link it to ld_..... . These
things I found them the hard way by trying, trying, trying (even
looking in the kdevelop source code :O ).... I'm to old for hacking and
the only things remaining are the complaints afterward :)<br>
<blockquote type="cite"
 cite="mid200401220047.38302.cloudtemple@mksat.net">
  <pre wrap=""> Btw, info:/libtool.

  </pre>
</blockquote>
I deserve it! :) I never check it because I thought that libtool is
specific to kdevelop.<br>
<blockquote type="cite"
 cite="mid200401220047.38302.cloudtemple@mksat.net">
  <pre wrap=""></pre>
  <blockquote type="cite">
    <pre wrap="">- creating a subproject for every subfolder
and repeating setting your configuration again and again is boring
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There is a possibility to avoid using autotools at all. You can use QMake 
manager which is simple and powerfull enough even for big projects.
You can check QMake c++ project templates.
QMake has an option to include files with relative names to the subproject
(this lets you to not create subprojects, but only dirs),
inheriting subproject configurations and it does not require to rerun
configure for 100 times. Notice that it can be used not only to build
Qt apps but also any applications you want.

  </pre>
</blockquote>
Deserves a try. Yet another new thing! :)<br>
<blockquote type="cite"
 cite="mid200401220047.38302.cloudtemple@mksat.net">
  <pre wrap=""></pre>
  <blockquote type="cite">
    <pre wrap=""> - a plugin for a profiler
    </pre>
  </blockquote>
  <pre wrap=""><!---->At this time you can check out KCachegrind. It is great!

  </pre>
</blockquote>
Congratulations for a well done job!<br>
<br>
<br>
</body>
</html>


-
to unsubscribe from this list send an email to kdevelop-request@kdevelop.org with the following body:
unsubscribe »your-email-address«