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 Qt SDK for Symbian that works with the S60 SDK in order to develop applications with Carbide. These steps include:

  1. Download the Qt SDK for Symbian 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