| Home · All Classes · Annotated · Functions |
This section describes how to compile and build the Example application. A chronological list of the commands required is available at: Creating the Example application.
To compile and build the example, follow these steps:
cd somewhere
cp -r $QPEDIR/examples/application .
chmod +w application/*
cd application
$QTOPIA_DEPOT_PATH/bin/qtopiamake
make
Installing onto an SDK requires root privileges which are obtained using a utility such as su, sudo.
To install and run the example follow these steps:
make install
qvfb &
qpe
The application should now be available in the
To unistall the example requires root privileges which are obtained using a utility such as su, sudo.
The following command is used to uninstall the example:
make uninstall
To make an application using the example program as a model:
Note: The make qmake step is not always required as the Makefile will automatically be re-built when the .pro file has changed.
To make a package suitable for installing on a device ensure the compiler targets the correct CPU family then use the following command:
make packages
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |