Since "QTopia" is used as the new QPE-name, trolltech started an application contest together with Sharp, which promotes it new LinuxOnly base PDA Zaurus. Check http://www.trolltech.org for more information.
You can easily extend your kdevelop now to use the Qtopia development kit, that is downloaded from trolltech for the contest.
Extract the Qtopia download. The result is the directory /opt/Qtopia. There the include-dir contains also the qpe-inlcudes (else in qpe/library) as a subdir include/qpe. Above that, that sharp dir contains the libaries and binaries for the Sharp Zaurus (arm).
To create a Qtopia embedded version of your program, follow the steps below.
project->options and choose compiler setup.(Standard) in the "Configuration" combo box and e.g.
write qtopiaemb instead. Press the Add button right of that. This
will enable the build-dir field. You can chage it or let as it is. Kdevelop chooses
the dir ../qtopiaemb to store the result.Flags and Warnings. Choose Wall as compiler warnings and
enter -I/opt/Qtopia/include/qpe into the CPPFLAGS field.Configure. Enter /opt/Qtopia into the
--with-qt-dir field, --enable-embedded --enable-qtopia into the
Additional Options field.qtopiaemb configuration and do a make autoconf;./configure.
To create a Qtopia sharp arm version of your program, follow the steps below.
project->options and choose compiler setup.(Standard) in the "Configuration" combo box and e.g.
write qtopiasharp instead. Press the Add button right of that. This
will enable the build-dir field. You can chage it or let as it is. Kdevelop chooses
the dir ../qtopiasharp to store the result.arm as the architecture to work for by selecting from the CompilerSettings
tab page.Flags and Warnings. Choose Wall as compiler warnings and
enter -I/opt/Qtopia/sharp/include/qpe into the CPPFLAGS field.Configure. Enter /opt/Qtopia/sharp into the
--with-qt-dir field, --enable-embedded --enable-qtopia into the
Additional Options field.qtopiasharp configuration and do a make autoconf;./configure.