Mobile Qt Application missing in Qt Creator 2.5.2 - qt

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

Related

How to open QML-Form files with Qt Creator 6.0.0?

I have just updated the Qt Creator to 6.0.0 and the QML-Designer is not available anymore.
I have opened a project, created with Qt Creator 5.0.3, and after the update is not possible to edit the form:
The installed version of Qt is 5.15.2.
How to open *.ui.qml files?
Looks like they're disabling it to try and steer people to Qt Design Studio.
"The integrated Qt Quick Designer is now disabled by default. Qt Creator will open .ui.qml files in Qt Design Studio. This is a step towards a more integrated workflow between Qt Design Studio and Qt Creator (video). Qt Quick Designer is still there, you can manually enable it again by checking the QmlDesigner plugin in Help > About Plugins." from here

setting up qt creator 2.7 on windows

I am beginning to learn Qt gui programming and for this I downloaded Qt Creator 2.7.1 for win xp.
I installed it but when i try to create a new project it asks me to select a kit. There are no kits installed so they say me to setup one. I installed the MinGW compiler (and selected the mingw-g++.exe but i thinks its not right). But when I set up the Qt version they ask me to locate the qmake.exe which i cant find anywhere on my system.
please guide me on setting up the creator so that i have a painless experience in the future. Please tell me the correct steps and the right files to choose.
Qt Creator is not enough to create applications using Qt framework. You also need Qt framework (the Qt libraries) installed, see the download page here and depending on the version of Qt you want you can download one of these:
Qt 5.0.2 for Windows 32-bit (MinGW 4.7, 650 MB) - this one is kind of an SDK and include a MinGW, Creator and obviously the Qt framework, but if you added your MinGW to system's path you will have to remove it from there, because if you have multiple versions in path you will get some errors when you build applications
or
Qt libraries 4.8.4 for Windows (minGW 4.4, 317 MB) - for this i think you need to install MinGW your self - but i'm not sure about that

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