Home · All Classes · All Functions · Overviews

Installing Qt on the Symbian platform from a Binary Package

Note: Qt for the Symbian platform has some requirements that are given in more detail in the Qt for the Symbian platform Requirements document.

  1. Install Qt

    Run qt-symbian-opensource-4.6.0.exe and follow the instructions.

    Note: Qt must be installed on the same drive as the Symbian SDK you are using, and the install path must not contain any spaces.

  2. Running Qt demos

    We've included a subset of the Qt demos in this package for you to try out. An excellent starting point is the "fluidlauncher" demo. To run the demo on a real device, you first have to install qt.sis and fluidlauncher.sis found in the Qt installation directory. Also, check if the device needs additional requirements. Begin by connecting your device via USB cable to a computer that has the Nokia PC Suite installed. On the device, select "PC Suite mode". In Windows Explorer right click on the .sis files, select "Install with Nokia Application Installer" and follow the instructions.

    To run the demos and examples on the emulator, you need to build them first. Open the "Qt for the Symbian platform Command Prompt" from the Start menu and type:

     cd examples
     qmake
     make
     cd ..\demos
     qmake
     make

    To run the demos on the emulator simply navigate to the directory of the demo you want to see and run:

     make run

    For more information about building and running Qt programs on the Symbian platform, see The Symbian platform - Introduction to Qt.

    We hope you will enjoy using Qt.


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt 4.6.0