View Single Post
rjcooke's Avatar
Posts: 46 | Thanked: 11 times | Joined on Aug 2009 @ MA, USA
#1
I wrote my first QT-based app for Fremantle using scratchbox in an Ubuntu 9.04 VMware image. I've got an app that works in the X86 target with Xephyr and now I want to try it on the phone. In sb I switched targets to ARMEL and tried to make my app but there is no qmake in /usr/bin. If I just try "make" then it complains of the lack of qmake. I've found lots of great information for working within the X86 target (thanks for the great tutorials and articles) but nothing for building for and trying on the actual device.

I also got USB networking set up and I was able to ssh as root over to the device, so that part is done. I just don't know now to build for the ARMEL target. Any help or links would be appreciated.

Thanks.