Tag Archives: cmake

VPlan4: Project overview

VPlan4 Fast-forward to 2010: I started to use Linux for some of my development work, and I really wanted VPlan to run on Linux as well. In the meantime, all of the web-based tools have appeared with nice UIs, drag & … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

Build engineering

Do you have one-click-builds for your whole project? That’s a good question (so good that you should ask it before you get employed), but if the answer is no, chances are high that your team has not dedicated enough time … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

Using CMake to build a Qt application

CMake is a really great build tool, and it makes it very easy to use a lot of libraries with it. For example, CMake has a built-in module that helps you to set up a Qt project. Unfortunately, it’s a … Continue reading

Posted in Programming | Tagged , , , | 5 Comments

Boost 1.39 has been released, and CMake 2.6.4 is out as well

Quite a few things going on First of all, CMake 2.6.4 has been released, with a bunch of bugfixes. Just tried it, no problems so far. The other major new release is Boost 1.39, which is no fully in the … Continue reading

Posted in Programming | Tagged , , , | Leave a comment