how to port a software based on QT to N800?

2007-06-08 Thread 黄凯耀
hi, I want to port a software based on QT to N800. But I haven't seen that QT has been ported to maemo, so if I want to port my software, I will firstly need to port Qt, is it right? And is this solution feasible? how many effort will be taken to port it? Suppose that I just have one month left.

Re: how to port a software based on QT to N800?

2007-06-08 Thread Manoël Trapier
I made a mistake and answer only to 黄凯耀 This is what I sent: --- Make QT work on the N800 is pretty simple: - get the source - made some simple patch that you can found in the debian project, QT 4 has some bugs in ARM handling.. - compile and it's done. The majors problemes come from that is

Re: how to port a software based on QT to N800?

2007-06-08 Thread Christian F.K. Schaller
Hi Kaya, Well if you are using the standard version of Qt you should be able to just compile it on the N800 and then create a statically linked version of your application for distribution, not much 'porting work should be needed. After that I guess you could spend some time fine tuning the GUI

Re: how to port a software based on QT to N800?

2007-06-08 Thread Kate Alhola
ext Manoël Trapier wrote: I made a mistake and answer only to 黄凯耀 This is what I sent: --- Make QT work on the N800 is pretty simple: - get the source - made some simple patch that you can found in the debian project, QT 4 has some bugs in ARM handling.. - compile and it's done. The