Hacker News new | ask | show | jobs
by Cryptonic 1368 days ago
It's not much effort, a few days and it runs if you start from 0. I usually do all my Qt hobby projects for Win, Mac, Linux and Android (have no iPhone so I don't try). Just make sure you leverage QML's power for your GUI.

But eventually you have to rethink the user interaction and also deal a bit with layout changes for portray/landscape, manifest, permissions and stuff and stuff. Depends on your app how much work is here.

If mobile stuff gets complicated and you need to do a lot of custom things with device hardware maybe Felgo is worth looking at. It's a Framework for mobile development build on top of Qt/QML