In more ~~or less 24 hs~~ a few days most of Qt 5.3.2 will be available as a Wheezy backport. That means that if you are using Debian stable you don't need to wait for Jessie: just wait a few hours, add wheezy-backports's repo to your sources.list …
Qt 5.3.2 has entered testing a few hours ago. This will be the version of Qt we will release with Debian Jessie, and it happens to be a nice coincidence, because upstream focused in stability for the 5.3 branch. I'll now focus in fixing as many bugs …
As a followup for my previous blog post, I decided to port QAntenna to Qt 5. Here's my experience. First of all, I ran Qt 5's qmake: [qmake -qt5]{style="font-family: Courier New, Courier, monospace;"} Then I just ran make: [make]{style="font-family: Courier New, Courier, monospace;"} The first error …
As you might know, Qt 4 is now in bug-fixes-only maintenance mode. This means that only bug fixes are allowed to be pushed to Qt 4's repository, but no new features. On the other hand, Qt 5 is already here. Porting existing apps from Qt 4 to Qt 5 is …