Creating Qt Projects

Use the Qt Project creation wizard to create new Qt-based projects based on Qt SDKs integrated into S60. The wizard walks you through the process of defining and creating a Qt project.

  1. Launch the New Qt Project Wizard
  2. Select type of Qt project
  3. Enter project name and location
  4. Select SDKs for build targets
  5. Select Qt modules to include in project
  6. Set application UID

NOTE There must be at least one recognized SDK installed before you can create a project. See the SDK Preferences panel to determine if the installed SDKs are recognized by Carbide.c++ IDE. If the SDK you have is not recognized, you may still be able to add it to the Discovered Symbian OS SDK list.

Set application UID

Use the Basic Settings page of the Qt Project Wizard to define an Application UID to the executable. Click Random to generate a unique UID for program testing purposes. Click Finish when ready to create the project.

Figure 1. Qt project wizard - Basic Settings page

Item Explanation
Application UID Enter the UID to associate with this executable. Click Random to generate a valid temporary UID for development purposes.

Other references