Dear all,

I get this log while debugging the project. My project was working and I was able to debug it. I made some changes in the code, not in the project configuration or in tool chain, and then I started having this.

11:21:03: Running build steps for project Window...
11:21:03: Configuration unchanged, skipping qmake step.
11:21:03: 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:/.../project-folder'
mingw32-make.exe[1]: Nothing to be done for `first'.
mingw32-make.exe[1]: Leaving directory C:/.../project-folder'
11:21:03: The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited normally.



Any idea why is it like this?

Regards,