Hi there.

I used to make my QT project via visual studio 2008.
Because of a certain reason, I upgraded my visual studio to 2010.
So far, compiling QT libraries was fine on my computer.
However, when I tried to run my project built in visual studio 2008 which was perfectly fine on 2008, unexpected error occured.

error MSB6006: "cmd.exe" eixited with code 1.

Setting environment variables and path on visual studio have already completed.

How can I solve this?

Anyone can help me?

Thanks in advance.