[Previous: Installation]
Qt for the Symbian platform has some requirements that are given in more detail in the Qt for the Symbian platform Requirements document.
Run qt-symbian-opensource-%VERSION%.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.
To run Qt applications on a device, qt_installer.sis found in the Qt installation directory must be first installed into the device. Qt_installer.sis contains Qt libraries and Open C libraries all in one convenient package. Begin installation 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 qt_installer.sis file, select "Install with Nokia Application Installer" and follow the instructions.
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, install fluidlauncher.sis found in the Qt installation directory to a device that already has Qt installed. After installation, you can find fluidlauncher in the applications folder of the device.
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.
[Previous: Installation]
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.