Testing QtQuick 2 (Qt 5) on your n9/n950

Posted by dcarr on November 21, 2011

QtQuick 2 promises superior performance, a new particle system and a host of new possibilities: http://doc.qt.nokia.com/qt5/qtquick2-whatsnew.html It is also quite ripe for testing if you are into that kind of thing. This is my personally recommended approach to testing QtQuick 2 on your n9(50) at this point in time and I have to stress that [...]

5 comments Read the full article →

Qt Creator 2.4.0 rc released

Posted by Eike Ziller on November 16, 2011

Four weeks after we released the Qt Creator 2.4.0 beta, and almost the same time after the big news that we went open governance with the “Qt Project”, we publish the Qt Creator 2.4.0 release candidate today. If you haven’t read yet what is new in 2.4 I recommend the the beta blog post to [...]

44 comments Read the full article →

QtWebKit Accelerated Compositing Report

Posted by No'am Rosenthal on November 10, 2011

We’ve been doing lots of interesting stuff around accelerated compositing in QtWebKit in the last year since my last blog post, and several people have asked for information about it. So here goes a brain-dump, hope some people find it useful If you want to know more about the basics of accelerated compositing, please read [...]

4 comments Read the full article →

Qt 4.7.4 Release Bundle for Symbian News

Posted by Aleksi Uotila on November 8, 2011

Today we are making available the Qt 4.7.4 release bundle for all Symbian^3, Symbian Anna, and Symbian Belle devices. The Qt SDK 1.1.4 update has the necessary Symbian Anna and Belle build targets available allowing application development for Qt 4.7.4. Nokia Store deployments are also possible. This is a big release for Qt developers. In this [...]

25 comments Read the full article →

Qt SDK 1.1.4 update available

Posted by Hannu Honkala on November 8, 2011

We are happy to announce that a new update for Qt SDK is published. This 1.1.4 update of Qt SDK is very much focusing on bringing the SDK build targets to the level of the latest Symbian devices and the Nokia N9. It means that you can now start developing apps for these devices using: [...]

25 comments Read the full article →

Qt Quick Components 1.1 for Symbian – Update

Posted by Sami Lehtonen on November 8, 2011

Four months back, in July 2011, the very first wave of Qt Quick Components found it’s way to Symbian 3 and Symbian Anna devices. Lately Nokia N9 began shipping with the pre-installed set of Qt Quick Components for MeeGo 1.2 Harmattan. Development continues, and now Qt Quick Components 1.1 for Symbian is out! This update is a [...]

27 comments Read the full article →

RPATH and RUNPATH

Posted by ckamm on October 28, 2011

The DT_RPATH tag is commonly set in executables that depend on libraries that can’t be found in the default locations. For instance Qt Creator comes with its own copy of the Qt libraries and has an rpath to the directory that contains them. It’s also useful when you build your own version of Qt without [...]

6 comments Read the full article →

The Qt Project is live!

Posted by Lars Knoll on October 21, 2011

I’m happy to announce that the Qt Project officially went live today. Starting today, development of Qt will be governed as a true open source project. We now have qt-project.org – a website where all development of Qt will be centered, providing the same infrastructure and processes for everybody that wants to contribute to Qt. [...]

85 comments Read the full article →

Qt Creator 2.4.0 beta released

Posted by Eike Ziller on October 20, 2011

We are happy to announce that we have – right in time for the Qt DevDays – published a beta update to your (hopefully) number one Qt IDE today: The Qt Creator 2.4 beta. The release contains a great number of smaller and bigger improvements and new features, that, combined, will make you want to [...]

42 comments Read the full article →

Qt Creator and Clang

Posted by Erik Verbruggen on October 19, 2011

As mentioned in the recent editor news blog post, we have been working on integrating Clang as a replacement for our current C++ code-model in Qt Creator. While we are still in an early stage, we feel that it is now in a state where others can look at it, play with it, and even [...]

41 comments Read the full article →

Launch of the Qt Project imminent…but not on Monday

Posted by Lars Knoll on October 14, 2011

Followers of the Qt Project will know we announced October 17 as our target launch date for the project. Unfortunately this date is no longer achievable, and we will be delayed by what we expect will be three to four days. A huge amount of hard work has been done, and we are down to [...]

7 comments Read the full article →

Qt 4.8.0 Release Candidate available

Posted by Antti Rajaniemi on October 13, 2011

Qt 4.8.0 RC1 is now available for download as an online update via the Qt SDK. It also includes the QtWebKit 2.2.0, see http://labs.qt.nokia.com/2011/09/29/qtwebkit-2-2-0-is-released/ for more details. This release candidate has the quality stabilised code targeted to be the basis for the final Qt 4.8.0. For those using the public git repository, a “v4.8.0-rc1″ tag will appear soon. If you would like to [...]

50 comments Read the full article →