Hey using this link I was able to configure Qt for wince5 on windows XP sp2. I am using Qt 4.8.5
http://qt-project.org/doc/qt-4.8/install-wince.html

I am also able to create VC++ project file from my Qt .pro file. It is also running on emulator.
Now I want to run this application on actual device. How to do that?

I tried using VC++ option for creating a package but I was not able to complete it. Also the application does not show any dependencies.
How to do this?

Thanks in advance.