qmake template

Write a buildsystem is always the first step (and sometimes the most boring) when starting a new software project. Qt provides it’s own tool in order to make a single build tree work properly in all supported platforms: qmake. Instead of create a qmake structure from scratch for your brand new project, this template aims [...]

Posted on August 2, 2010 at 18:36 by Thiago · Permalink · Leave a comment
In: article, devel, en, nerd, pt_br · Tagged with: , ,

Qt Mainstream Debian Packages

For those who want to test a preview of  Qt 4.6 with it’s recently merged animation framework and state machine, I did some patches using the packages maintained by the Debian KDE team in order to build the Qt repository HEAD. I did only few tests with these packages and seems to work fine at [...]

Posted on May 31, 2009 at 19:26 by Thiago · Permalink · Leave a comment
In: devel, en, linux, pt_br · Tagged with: ,

VIM and C++

Since I started programming using Qt, C++ is the main language in my day-by-day work. Some of my co-workers recently moved from VIM to QtCreator alleging the code auto-completion  (some may call this feature “intellisense”, if they are familiar to MS Visual Studio) in QtCreator is a killer feature. VIM extension Omni Completion can handle [...]

Posted on April 22, 2009 at 18:12 by Thiago · Permalink · 6 Comments
In: devel, en · Tagged with: , ,