Hello,
I need qt to work on both windows and windows mobile, under VS2008. So I have downloaded qt-win-opensource-4.7.0-vs2008.exe package and qt-vs-addin-1.1.6.exe.
It integrated into VS, and I succeded to build a QT4 Projects->Qt Apllication project.
Then i tried to build Qt Windows CE Application, and got this message:
There are no Qt/CE platforms defined.
Please add your Qt/CE build in the Tools/Options/Qt/Builds dialog.
As I dont have Tools/Options/Qt/Builds dialog, i went to Qt->Qt Options->Add, but no luck.
Now I decided that I need to have a "shadow build" of qt lib for WinCE, and then "Add" it in this dialog. I did everything as in http://doc.trolltech.com/4.6/install-wince.html "Installing Qt on Windows CE", but when running nmake I get the following error :

..\..\lib\QtNetwork4.dll : fatal error LNK1120: 31 unresolved externals
NMAKE: fatal error U1077: D:\Microsoft Visual Studio 9.0\VC\ce\bin\X86_arm\link.exe :return code '0x460' Stop.
I'm stuck now. What should I do? Thank you for help.