
When you create a new Qt Quick project from scratch, you have the following options:
You can select a template that uses either the built-in QML elements or Qt Quick components for a particular platform. The built-in QML elements enable you to create cross-platform applications with a custom look and feel, whereas the components provide the look and feel for a particular platform.
Note: Qt 4.7.3 supports Qt Quick 1.0 and Qt 4.7.4 supports Qt Quick 1.1. The application wizards import Qt Quick 1.1, and therefore, you can use them without changes if you target only platforms that run Qt 4.7.4 (such as MeeGo or the desktop). If you also target platforms that run Qt 4.7.3 (such as Maemo and S60 5th Edition), you must change the import statement to import Qt Quick 1.0.
The Introduction and Project Location dialog opens.

Do not use spaces and special characters in the project name and path.

Qt Creator creates the following files:
The import statement in the beginning of the .qml file specifies the Qt modules to import. Each Qt module contains a set of default elements. Specify a version to get the features you want.
To use JavaScript and image files in the application, copy them to the project folder.
Note: We recommend that you use the Qt Quick Application for MeeGo Harmattan template when you develop for MeeGo Harmattan devices and the Qt Quick Application for Symbian template when you develop for Symbian devices that support Qt 4.7.4, or later.
The Introduction and Project Location dialog opens.

Do not use spaces and special characters in the project name and path.
The Target Setup dialog opens.

Note: Qt Quick is supported since Qt 4.7, and therefore, only Qt 4.7 and later versions are displayed. Further, if you have only one supported Qt version installed, this dialog is skipped.
The Mobile Options dialog opens.

Note: This dialog opens only if you select Maemo5 or Symbian Device target in the Target Setup dialog. On Harmattan, the Qt Quick Components for MeeGo provide native-looking rotation.
The Symbian Specific dialog opens.

Note: Qt Creator generates a UID for testing the application on a device. You need to change the UID when you deliver the application for public use.
The Harmattan Specific dialog opens.

The Project Management dialog opens.

Qt Creator creates the necessary boilerplate files. Some of the files are specific to the Symbian, Maemo, or MeeGo Harmattan platform.
If you have existing QML applications that you want to run in Qt Creator or deploy to mobile devices, select the Qt Quick Application (from Existing QML File) template to import the main .qml file in your project.

All the other files in the project are automatically added to the application project. Qt Creator adds references to the QML files to a project and creates the additional files necessary for deploying applications to mobile devices.