This tutorial describes how to use KDevelop 3 to develop Qtopia applications.
You can download KDevelop 3 from KDE CVS. Follow the Instructions for a self-compiled version of KDevelop-3 from the KDevelop site.
The great TrollTech's Qtopia SDK 1.6 is available here.
This small bash script setups the Qtopia environment. For instance, you can put the script in the file setup_qtopia.sh and execute it with the command source setup_qtopia.sh
# setup qtopia 1.6 sdk export QTDIR=/opt/Qtopia export QTEDIR=$QTDIR export QPEDIR=$QTDIR export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH TMAKEPATH=$QTDIR/tmake/lib/qws/linux-x86-g++/ PATH=$QTDIR/tmake/bin:$PATH export TMAKEPATH