Hi,
I am new in QT. I have created HelloWorld application in QT (for Symbian) and I just want to check how it will work for other platforms, so I want to setup environment for WinCE (for cross compilation). I have run qt-sdk-win-opensource-2010.02.1.exe at C:\Qt\2010.02.1 and follow below commands in cmd:
1. Set Environmental variable (eg: C:\Qt\2010.02.1\bin;C:\Qt\2010.02.1\lib;C:\Qt\2010.02.1\qt\bin;C:\Qt\2010.02.1\qt\lib; )
2. To configure give cmd on VS cmd prompt
configure -release -qt-sql-sqlite -platform win32-msvc2005 -xplatform wincewm60professional-msvc2005
3. To Build
setcepaths wincewm60professional-msvc2005
4. nmake
and here I got errors after compilation of some code:
moc_qscriptextensionplugin.cpp
api\qscriptextensionplugin.h(43): Error: Undefined interface
NMAKE : fatal error U1077: 'C:\Qt\2010.02.1\qt\bin\moc.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\bin\n
make.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
I haven't got the proper forum where I can put my problem, Can any1 tell me the solution or the appropriate forum where I can raise this problem. Any pointer regarding this will be highly appreciated.
I am sorry, if this problem was not supposed to ask in this forum.



