Twitter updates
- #Mercurial 2.1 is out with lots of largefiles fixes. Thanks to #Unity3d for working hard on making it usable! 59 minutes ago
- The C++ AMP specification is online: http://t.co/ndCMyTb3. I wonder if there will be a #AMP -> #OpenCL translator. 9 hours ago
- @codedivine Yes args C++ AMP :P 've been way to busy with OpenCL on AMD lately. 10 hours ago
Development
Graphics
Calendar
February 2012 M T W T F S S « Dec 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Tag Archives: qt
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
Building Qt — fast
For building Qt, you typically have to reserve an hour or so. There’s a much faster way to build it though (besides the optimisations I already described) — build it using jom. Jom is a multi-threaded nmake replacement. The only … Continue reading
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
Updated Qt build instructions
I’ve updated my post on building Qt, adding how to skip examples and demo generation. I’ve tested it recently, and adding -nomake examples -nomake demos to configure really works. Thanks to Michael for this nice tip!