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 [...]
In: article, devel, en, nerd, pt_br · Tagged with: buildsystem, qmake, qt
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 [...]
In: devel, en, linux, pt_br · Tagged with: debian, qt
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 [...]
