| Home · All 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
./startdemo
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 that the follow steps be used :
To create the initial .pro file use the following command:
$QPEDIR/bin/qtopiamake -project
The .pro project file created can then edited as required. To see also how to add install hints to a .pro file see : Install Hints.
$QPEDIR/bin/qtopiamake
make
su root
make install
exit
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |