tags:

views:

57

answers:

1

I'm curious if anyone else has a good recommendation for a Qt friendly toolchain.

We're currently evaluating using The following:

  • Bug/Issue Tracking - Atlassian JIRA (already in use)
  • IDE - Qt Creator (already in use)
  • Code Coverage - gcov (are there easy ways to integrate this into the dev/CI environment?)
  • Unit Testing - QTestLib and Boost Test
  • Code Review - Either Atlassian Crucible (expensive) or ReviewBoard (free)
  • Nightly build/check-in build - Hudson, CruisControl or Atlassian Bamboo. Any advice?
  • Code Analysis/Style Checker - Vera++? CppCheck? Any suggestions?
  • Source Code monitoring - Atlassian Fisheye (only if we go with Crucible), ViewVC. Any advice?

Are there any other tools I should take a look at?

Thanks!

A: 

A .pro based build framework will allow your developers to use their own preferred IDE

AQtime is a decent profiler and leak checker

SourceMonitor provides some nice metrics

Pieter
SourceMonitor seems pretty useful. Thanks for that one!It's unclear from the AQtime website's initial page that it works with C++ Here's a place they do mention it: http://www.automatedqa.com/products/aqtime/supported-dev-tools/Any other tips?
James Oltmans
AQtime supports C++, contact their support department for more info, but be warned, they have very thorough salesmen!
Pieter