QtMobility installation problem
-
Hi, I'm having trouble installing Qt Mobility. Here's what I've done:
- First off, my environment is: Windows XP; Qt 4.7.1 already installed
- I downloaded qt-mobility-opensource-src-1.2.0.zip
- I followed the setup instructions here: http://doc.qt.nokia.com/qtmobility-1.2/installation.html. Specifically, I:
Unzipped the file.
Ran "configure -debug -vc -no-nfc-symbian"
Opened a Visual Studio 2008 command prompt and ran "nmake" from the mobility dir.
Here's what I get:
bq. link /LIBPATH:"c:\Qt\4.7.1\lib" /NOLOGO /DEBUG /MANIFEST /MANIFESTFILE:"
debug\make.intermediate.manifest" /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='
win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken
='6595b64144ccf1df' language='' processorArchitecture=''" /OUT:debug\make.exe
@C:\DOCUME~1\efurze\LOCALS~1\Temp\nm3ABC.tmp
LINK : warning LNK4001: no object files specified; libraries used
LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup
debug\make.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\link.EXE"' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.Please help.