I compiled Qt 2.3.7
with the qte-all.patch from opie
and copied qconfig-qpe.h to qt/src/tools

I used the following configure line to configure qte.

./configure -depths v,4,8,16,24,32 -qvfb -vnc -qconfig qpe -gif -qt-libpng -system-jpeg -debug -no-g++-exceptions

Same applies for the ARM build but with additional -xplatform linux-ipaq-g++

The Opie SDK is based on mostly Opie 1.0 components with a lib update from libqpe of the HEAD version
it is compiled for iPAQ + X86 with debugging symbols and got an additional patch applied

The patch implements the following
 -Search for Images/Pixmaps in $PWD/pics as well
 -Search for Sounds in $PWD/sounds as well
 -Use $PWD/etc also for mime.types
 -Load InputMethods from $PWD
 -Load StartMenu + Applets from $PWD/ as well. Problem is sorting them at the right spot
 
 We do that to allow using KDevelop more easily! So you won't need to copy the application
 to the OPIEDIR. The problem is that .desktop is still missing so no icon will show up when
 you use Opie
 
 
KDevelop is compiled with:


A special patch was applied to!
 -Use OPIE ApiDocs
 -Use QMAKESPEC
 -Cross Build
 -Create IPKs
 -Create Translations
 -Create i18n and package them
 
 
 
 