PDA

View Full Version : help for porting



dmartino
28th October 2010, 18:43
Hi,
I need to know if I can to port the same desktop QT application (on PC or on Workstation) on a smartphone.
I would like if there are problem for requirements system and/or operating system.

Thanks a lot.

tbscope
28th October 2010, 18:52
Well, that depends on what you mean with porting.

Don't expect to put a desktop GUI on a smartphone.
But, in general, you can split your app in two, a presentation part (the GUI) and a part that does the processing etc...
Then you can write a GUI for the smartphone and one for the desktop, using the common parts.

dmartino
28th October 2010, 19:06
Thanks a lot!

dmartino
29th October 2010, 17:07
Hi,
I need to know if QT latest version supports portability on Android.
Thanks many much!

tbscope
29th October 2010, 17:20
These are the supported platforms:
http://doc.qt.nokia.com/4.7/supported-platforms.html