Installing Qt Mobility in Qt SDK on Windows (former Qt desktop SDK)
Article Metadata
This article needs to be updated: If you found this article useful, please fix the problems below then delete the {{ArticleNeedsUpdate}} template from the article to remove this warning.
Reasons: hamishwillee (07 Nov 2012)
I believe the latest Qt SDK includes Qt Mobility, and that there is no separate "Qt for desktop" SDK. This article needs to be either updated or deleted if this can be confirmed.
Reasons: hamishwillee (07 Nov 2012)
I believe the latest Qt SDK includes Qt Mobility, and that there is no separate "Qt for desktop" SDK. This article needs to be either updated or deleted if this can be confirmed.
Qt mobility is also available for desktop version of Qt SDK. But it does not come with a installer. You need to install it from source.
Download and install Qt SDK for windows from here Qt Downloads.
Download qt-mobility source from here Qt Mobility Download and extract.
From start menu, Run Start->All programs->Qt SDK by Nokia v2010.05 (open source) ->Qt Command Prompt. Run following commands in command prompt:
cd <your qt mobility source folder>
configure -prefix %QTDIR%
mingw32-make
mingw32-make install
Now Qt mobility header and libraries are available in your Qt SDK.


Cedrix -
It didn't compile on my computer. But since I only needed the multimedia I type that line in the instructions: configure -prefix %QTDIR% -modules multimedia
It worked but I am having strange behaviour (with the camera) with my program that works under linux.cedrix 21:22, 6 November 2012 (EET)
Hamishwillee - You shouldn't need to do this!
If you're using the latest version of the Qt SDK, Qt Mobility should be included for use with a desktop - did you check (ie you should not need to rebuild.
I believe this article is massively out of date. I'll add ArticleNeedsUpdate template.hamishwillee 08:01, 7 November 2012 (EET)