| Home · All Classes · Grouped Classes · Annotated · Functions |
This is the chronological list of commands required to install and run the application called Example, provided in /opt/Qtopia/examples/application using an X86 configuration and an SDK package. The application will be built in the directory /home/apptest.
cd /home/apptest
export QPEDIR=/opt/Qtopia
cp -r $QPEDIR/examples/application .
chmod +w application/*
cd application
$QPEDIR/bin/qtopiamake
make
su root
make install
exit
cd $QPEDIR/bin
./runqtopia
The application named Example should appear in the applications list on the desktop display.
To create your own application using existing sources it is recommended to follow these steps:
To create the initial .pro file use the command:
$QPEDIR/bin/qtopiamake -project
The .pro project file created can then be edited as required. To see also how to add install hints to a .pro file refer to: Install Hints.
$QPEDIR/bin/qtopiamake
make
su root
make install
exit
| Copyright © 2007 Trolltech | Trademarks | Qtopia 4.2.5 |