Qt Development Setup

There are some prerequisites to using Qt projects within the Carbide environment. This includes downloading the correct SDKs, building qmake to use the SDKs, and finally, building the libraries for your target environments.

You should have the Nokia Qt SDK 1.0 in order to develop Qt applications with Carbide. These steps include:

  1. Download the Nokia Qt SDK 1.0 package
  2. Install the Qt SDK using the instructions found in the INSTALL file located in the Qt SDK for Symbian folder, including:
      1. Install needed IDE and SDKs
      2. Install Qt
      3. Setup Environment Variables
      4. Configure Qt
      5. Build Qt

Once completed, you should be able to import or create new projects using the Qt SDK for Symbian.

Other references