<div dir="ltr">On 18 September 2013 21:45, Manu <span dir="ltr"><<a href="mailto:turkeyman@gmail.com" target="_blank">turkeyman@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div class="h5">On 18 September 2013 19:44, Joseph Rushton Wakeling <span dir="ltr"><<a href="mailto:joseph.wakeling@webdrake.net" target="_blank">joseph.wakeling@webdrake.net</a>></span> wrote:<br>
<div class="gmail_extra">
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On 18/09/13 02:45, Manu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The extent of my experience with QtCreator is that it has a button "Generate VS<br>
Project" in the menu, which I clicked on, and then I opened visual studio.<br>
For the few moments that I used it, I was surprised by now un-like-eclipse it<br>
looked :)<br>
Maybe it's decent? What's it's underlying project/build system?<br>
I have ex-trolltech mates who are now all unemployed... so what's the future of<br>
the tool?<br>
</blockquote>
<br></div>
I had the impression the future was very positive, ever since Digia acquired Qt from Nokia a couple of years back.<br>
<br>
AFAIK it can use make, cmake or qmake as project build systems and can use GDB, CDB (Microsoft?) and Valgrind for debugging.  I don't have enough IDE experience to really make any judgement, but I wondered if it might meet your needs as a light, cross-platform IDE.<br>


</blockquote></div><br></div></div></div><div class="gmail_extra">The problem I've always had with make-based build systems is rebuild dependencies... how do any of those build systems go performing a minimal rebuild, or incremental linking?</div>

</div>
</blockquote></div><br></div><div class="gmail_extra">And of course their edit-and-continue support to update a binary while debugging and continue debugging the edited binary with your code tweak (an extension from incremental linking)...</div>
</div>