View Single Post
Posts: 105 | Thanked: 15 times | Joined on Dec 2009 @ Baltimore, USA
#6
hmm, ok thanks..
below i have the actual error log:
Code:
Running build steps for project application...
Starting: c:/madde/0.6.14/targets/fremantle-qt-0951/bin/qmake.exe C:/Qt/4.6.2/examples/mainwindows/application/application.pro -r -spec default -unix CONFIG+=debug 
c:\Qt\4.6.2\bin\rcc.exe: File does not exist 'application.qrc' 
WARNING: Failure to find: main.cpp 
WARNING: Failure to find: mainwindow.cpp 
WARNING: Failure to find: mainwindow.h 
WARNING: Failure to find: application.qrc 
Exited with code 0.
Starting: C:/madde/0.6.14/bin/make.exe -w 
make: Entering directory `/c/Qt/4.6.2/examples/mainwindows/application-build' 
make: Leaving directory `/c/Qt/4.6.2/examples/mainwindows/application-build' 
make: *** No rule to make target `main.cpp', needed by `tmp/obj/debug_shared/main.o'. Stop. 
Exited with code 2.
Error while building project application (target: Maemo)
When executing build step 'Make'
if it were linux id say my makefile is messed up, but i cant find any trace of any makefile in that dir, maybe thats the problem..