Configuring QtMobility in Carbide.c++ - qt

I have installed Carbide.c++, it runs well both in Simulator and my device, but I don't know how to include the QtMobility libraries in Carbide.
I have downloaded Symbian^3 SDK 1.0 and QtMobility 1.1.3 source from Nokia, but am unable to locate QtMobility in Symbian SDK. How can I find/use it?

I would recommend to download and install Qt Creator in order to develop Qt apps in Symbian

Related

QT offline installer version misunderstanding

Trying to download Qt offline installer since online failed installation.
Trying to download from official releases: https://download.qt.io/official_releases/qt/5.9/5.9.5/
But why there is version 5.9.5 while default online installer is ver 3.0.4 ?
The online installer is a tool, and the current version is 3.0.4. It can download any Qt version from the internet (hence online)
The offline installer has everything you need for a specific Qt version (e.g. 5.9.5) packed in the installer (hence offline).
For each Qt version that the single online installer can install, there will be a separate offline installer.
By downloading the online installer you are becoming able to use the online Qt installer not the Qt itself. Downloading it is
By using online Qt installer you can install lots of things about Qt like Qt designer Qt 5.10.1, Qt 5.4.2 etc. And These are inside the Qt online installer.
Do not worry about the version of the online installer. It has the latest Qt version.(Beside the old ones).
If you are not sure what you are doing. You can use this link to download Qt:
https://download.qt.io/archive/qt/

Mobile Qt Application missing in Qt Creator 2.5.2

On the new Qt Creator 2.5.2, I no longer see the option to create a Mobile Qt Application when starting a New Project.
I'm on Ubuntu 12.10, and I installed Qt Creator from the repositories.
This is what I see on Qt Creator 2.4.1. This here is on Windows, but Mobile Qt Application used to be available on Ubuntu as well:
Those options appear in the Creator that comes bundled with Nokia's Qt SDK (and yes that contains an older version of Qt Creator and desktop and mobile Qt framework), you can download that from here

Downloading Qt 4.8.3

I haven't used Qt for months. But now when i want to download the latest version, I can't find the download for the last version in Qt project website there is only Qt SDK with version 4.8.1 but in the commercial version website there is 4.8.3.
so where can I download Qt SDK with Qt 4.8.3 for linux (ubuntu) ? please
I have installed the SQK with apt-get i just, and i downloaded Qt 4.8.3. what i need now is the instruction to compile it with MySQL plugins.
there is a file in the download that points to the old qt.nokia.com website so i can't find these instructions.
http://qt-project.org/downloads
try this link it might work
The details about 4.8.3 are also given in the link. I'm using Qt creator it is working fine for me.
Note for Qt 4.6.3 and Qt 4.7.3 development
Qt SDK 1.2 contains only the latest targets for developing applications for Symbian platforms. If you wish to work with Qt 4.6.3 for Symbian or Qt 4.7.3 for Symbian^3 and Symbian Anna please use Qt SDK 1.1.2. Once you have installed Qt SDK 1.1.2, to enable use of the earlier targets and App TRK, don’t run the SDK update as this will remove the features you need.
Please be aware that if you want to use the Qt SDK 1.1.2 and Qt SDK 1.2.1 on the same computer, you should install them into separate user accounts.
Qt SDK 1.1.2 can be found here.
This is what mentioned in the site. I think there is no such version for Qt SDK

Qt creator can not create windows app

When installed QT creator on my Ubuntu I was able to create simple console app gui app and so on .
But when I installed it on my windows , and trying to create a project QT asks for
target :
Symbian,
Qt simulator,
Harmattan
But I need a simple win console app.
What im doing wrong ?.
Are you sure you installed the correct version of the Qt SDK? There used to be a separate "Nokia Qt SDK" which only contained the libraries for the mobile targets.
This link should always point you to the latest installer for the complete Windows SDK.

How can I package my qt application with Qt Creator in Nokia Qt SDK

I have written a simple qt application with qt creator, I have tested with PC simulation and N900 device, It's OK. Qt Creator created a .deb file in my mobile. but it can't be installed. The installer always complained "incompatible package...".
The SDK document says I can modify my application's version, or I can skip the package step in the project setting, but in my Qt creator, there is no these setting at all.
Can anyone help me, thanks! :)

Resources