[Qt-interest] What about Continuous Integration with Qt?

Andreas Pakulat apaku at gmx.de
Fri Aug 21 13:10:08 CEST 2009


On 21.08.09 10:58:14, Alessandro Bottoni wrote:
> Hi There,
> I'm fine with KDevelop/QtCreator/QtDesigner and SubVersion on my Linux
> box but... what if I wanted to use a different/more sophisticated
> Project Management/Build Automation System, like Maven
> (http://maven.apache.org/) or even a Continuous Integration System, like
> Hudson (https://hudson.dev.java.net/)?
> 
> AFAIK, there isn't any working C++ plug-in for Maven (not to mention
> anything working with QMake).
> 
> The only tool I was able to spot is R2Build
> (http://r2build.sourceforge.net/) but it just runs on Windows.
> 
> What do you use for Build/Test/Deployment Automation, Project Management
> and Continuous Integration?

One option is to simply dump qmake as your buildsystem and switch to
something else that is more easily integrated into such a CI solution.
CMake would come to mind for example which nicely integrates with CDash.

Andreas

-- 
Your nature demands love and your happiness depends on it.



More information about the Qt-interest-old mailing list