QtSDK build errors

I've downloaded/installed the QtSDK for windows.

I tried to run one of their sample projects but got this error:

1
2
3
4
5
6
7
8
9
10
11
12
10:58:51: Running build steps for project keepintouch...
10:58:51: Configuration unchanged, skipping qmake step.
10:58:51: Starting: "C:\QtSDK\mingw\bin\mingw32-make.exe" 
C:/QtSDK/mingw/bin/mingw32-make.exe -f Makefile.Debug
mingw32-make.exe[1]: Entering directory `C:/QtSDK/Examples/QtMobility/keepintouch-build-desktop-Qt_4_8_1_for_Desktop_-_MinGW__Qt_SDK__Debug2'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\Desktop\Qt\4.8.1\mingw\include\QtCore" -I"..\..\..\Desktop\Qt\4.8.1\mingw\include\QtGui" -I"..\..\..\Desktop\Qt\4.8.1\mingw\include" -I"..\..\src\messaging" -I"..\..\src\contacts" -I"..\..\src\contacts\details" -I"..\..\src\contacts\filters" -I"..\..\src\contacts\requests" -I"..\..\..\Desktop\Qt\4.8.1\mingw\include\ActiveQt" -I"debug" -I"..\keepintouch" -I"." -I"..\..\..\Desktop\Qt\4.8.1\mingw\mkspecs\win32-g++" -o debug\addressfinder.o ..\keepintouch\addressfinder.cpp
mingw32-make.exe[1]: Leaving directory `C:/QtSDK/Examples/QtMobility/keepintouch-build-desktop-Qt_4_8_1_for_Desktop_-_MinGW__Qt_SDK__Debug2'
mingw32-make.exe[1]: *** [debug/addressfinder.o] Error 1
mingw32-make.exe: *** [debug] Error 2
10:58:52: The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2.
Error while building project keepintouch (target: Desktop)
When executing build step 'Make'
Topic archived. No new replies allowed.