PDA

View Full Version : Qt and Windows Mobile 6.1



mlheese
13th August 2010, 16:40
I have Qt 4.6.2 and I just installed Qt Mobility 1.0.2. I also have Visual Studio 2008 Standard Edition that I use for Qt windows devel.

What more do I need to develop Windows Mobile 6.1 apps using Qt?? The Mobility stuff doesn't have anything in it specifically describing these steps. I must be misunderstanding what the mobility API is? Or not?

Could someone point me in the right direction to use Qt for developing Windows Mobile 6.1 apps?

Any help is appreciated.
Thanks,
mlheese@hotmail.com

_Stefan
30th August 2010, 16:00
I'm not sure about the mobility thing.

I am using the qt everywhere download, version 4.6.3 and cross compiled it to work for Windows Mobile 6.1 Standard. I also installed the Qt Visual Studio plugin, which helps you to set-up Qt projects.

Then from Visual Studio, you can start a Qt mobile project and you are well on your way.
You will probably need ActiveSync too, so you can deploy your apps to your device.

That's how I do it, but maybe the mobility thing works better, I don't really know ;p