in this thread for example it was said:
Nyaw, thank you for responding but I'm after actual experience. I agree that it should work in theory.my touchscreen is now working. Turns out after a week of debugging all that need to be done was comment out certian lines of code. I commented out anything that had to do with the IPAQ in qmouselinuxtp.cpp but this is the line that was holding everything up.
# if defined(QT_QWS_IPAQ_RAW) || defined(QT_QWS_EBX_RAW)
mousePos = handler->transform( mousePos );
# endif
Bookmarks