Home · All Classes · All Functions · Overviews

Installing Qt on the Symbian Platform from a Binary Package

Note: Qt for Symbian platform has some requirements that are given in more detail in the Qt for 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. Begin by connecting your phone using the USB cable and selecting "PC Suite mode". In Windows Explorer right click on the .sis files and 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 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 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