OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: zxerx on April 17, 2004, 10:47:50 am

Title: Rebuilding from Qtopia to QT/X11
Post by: zxerx on April 17, 2004, 10:47:50 am
I have the source code to a program that currently runs under Qtopia. I wish to run this software under X11.

What\'s involved? Is it a trivial conversion, or will I have to learn the whole Qt API?

BTW: The program is FreeNoteQT and the source is at http://www.urban.ne.jp/home/kanemori/zauru...freenote_e.html (http://www.urban.ne.jp/home/kanemori/zaurus/freenote_e.html)

Essentially, I just want to run this software on pdaXrom.
Title: Rebuilding from Qtopia to QT/X11
Post by: Mickeyl on April 17, 2004, 01:29:33 pm
Basically, you have to remove all references to libqpe and to libsl and substitute with Qt classes or provide original code where there is no substitute. libsl make this a complicated exercise because it is closed source.