diff -r 000000000000 -r fb279309251b core/com.nokia.carbide.cpp.doc.user/html/qt_help/qt_creating_projs_04.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/qt_help/qt_creating_projs_04.htm Fri Apr 03 23:33:03 2009 +0100 @@ -0,0 +1,48 @@ + + + + + + +Qt Preference Panel + + + +

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. +
  3. Select type of Qt project
  4. +
  5. Enter project name and location
  6. +
  7. Select SDKs for build targets
  8. +
  9. Select Qt modules to include in project
  10. +
  11. Set application UID
  12. +
+

NOTE If everything is built correctly, the QtCore.lib should be in your SDK's <platform> <target> UDEB directory. If this library is missing, then the SDK will not show up as a supported SDK-target in the build configurations.

+

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.

+

Select SDKs for build targets

+

Use the Build Targets page of the Qt Project Wizard to select one or more Qt SDKs to include in the project, then click Next.

+

+

Figure 1. Qt project wizard - Build Targets page

+ + + + + + + + + + + + + +
ItemExplanation
SDKs and Build ConfigurationsShows the list of available SDKs and build configurations to associate with this project upon import.
Filter build configurations that don't contain Qt supportEnable to filter out of the SDKs and Build Configurations list any SDK or build configurations that does not contain Qt support. If disabled, all SDKs are shown and available for selection, whether they support Qt or not. The default setting is enabled. The criteria for Qt support is the presence of qtcore.lib in the build configuration output directory.
+

Other references

+ + + +