PDA

View Full Version : Error while running QT demos in QT creator



navedjobs
21st December 2012, 08:00
i Was using Qt creator for running demos so that i can get a feel of QT but , i find myself with this error thrown at the QT compile output terminal


I'../../../Simulator/Qt/mingw/include' -I'../../../Simulator/Qt/mingw/include/ActiveQt' -I'debug' -I'../../4.7/shared' -I'.' -I'../../../Simulator/Qt/mingw/mkspecs/win32-g++' -o debug/arthurwidgets.o ../../4.7/shared/arthurwidgets.cpp
../../4.7/shared/arthurwidgets.cpp:54:35: error: private/qpixmapdata_p.h: No such file or directory
mingw32-make[2]: Leaving directory `C:/QtSDK/Demos/demos-build-simulator-Simulator_Qt_for_MinGW_4_4__Qt_SDK__Debug/shared'
mingw32-make[1]: Leaving directory `C:/QtSDK/Demos/demos-build-simulator-Simulator_Qt_for_MinGW_4_4__Qt_SDK__Debug/shared'
mingw32-make[2]: *** [debug/arthurwidgets.o] Error 1
mingw32-make[1]: *** [debug] Error 2
mingw32-make.exe: *** [sub-shared-make_default] Error 2
13:04:59: The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2.
Error while building project demos (target: Qt Simulator)
When executing build step 'Make'

how to solve this problem ?