Skip to content
Snippets Groups Projects
  1. Feb 28, 2011
  2. Sep 21, 2009
  3. Apr 28, 2009
  4. Apr 22, 2009
  5. Apr 16, 2009
  6. Mar 25, 2009
    • dt's avatar
      Change the way the debugging library is build and found, yet again. · e21a74cb
      dt authored
      We used to build a helper library as part of the project. First with the
      qmake -after SOURCES= stuff and after until now with the
      gdbmacrosbuildstep. Now, the all new and fancy integretation directtly
      into the qt version dialog. You build the debugger library once for
      each qt version and then it's there ready to be loaded into each
      project build against that qt version. Saves a lot of time.
      And makes it possible to also load that library into while debuggign a
      cmake project. (Need to hook that up now.)
      Unfourtanetly this breaks the custom dumpers if you use a custom run
      executable.
      e21a74cb
  7. Dec 02, 2008
Loading