Qt Academy has now launched! See how we aim to teach the next generation of developers. Get started
最新版Qt 6.3已正式发布。 了解更多。
最新バージョンQt6.5がご利用いただけます。 詳細はこちら

Qt for Maemo 5 going Beta

We're happy to announce that Qt for Maemo 5 entered Beta status - this means that all APIs are feature complete and have been reviewed by multiple people. For us, this means that an intense phase of bug hunting and testing is starting. For you, it means that you can now finally develop without us changing class names or behavior all the time (*) :)

Lots of changes went into Qt since the last Technical Preview:

How do I get it?

Short story: Add Maemo's "extras-devel" repository and type "fakeroot apt-get install libqt4-maemo5-dev". Qt will be installed to "/opt/qt4-maemo5". The long story can be found on the wiki.

The source code repository is at http://qt.gitorious.org/qt/x11-maemo. Check out "README.maemo5" for build instructions.

How to contact us?

You can reach us via the "qt-maemo-feedback" mailing list (see Mailing List instructions), or on the "#qt-maemo" IRC channel on irc.freenode.net. For bug reports, you can use our bug tracking system at http://bugreports.qt.nokia.com/. Please set the bug's component to "Maemo 5".

How to debug

The current Maemo 5 SDK still contains gdb 6.8, which is unstable when debugging Qt applications. gdb 7 is scheduled for the next release, in the meantime, you can find a custom package at http://chaos.troll.no/~harald/gdb7/. gdb 7.0 is installed as "gdb7" (note the "7" suffix) to /usr/local/bin, so it won't clash with the existing gdb. Once gdb 7 support lands in the official SDK, you can safely uninstall our package.

How about QtDeclarative?

QtDeclarative is available for Maemo 5 ("fakeroot apt-get install libqt4-maemo5-declarative-dev"), but is still considered a technology preview.

How about Qt Creator or MADDE?

Unfortunately, neither full Qt Creator nor MADDE support is available for this Beta. Currently, the ScratchBox based SDK is the only supported development environment.

Curtain Call

A big thank you goes to the Qt and KDE communities for all the patches, reports and discussions. A big hand also for Kevin Ottens for his Virtual Machine which accelerates Qt and KDE for Maemo development quite a bit.

(*) read/only QComboBox might change into a value picker button


Blog Topics:

Comments