Hello Everyone,

What is the command to create Visual Studio 2010 project solution file with Qt5. I am trying to run command from Qt 5.0.1 MSVC 2010 command prompt.


C:\Qt\5.0.1\5.0.1\msvc2010> I did call vcvarsall.bat to setup the environment.

.pro file is already there in the folder.

I am trying to do

Qt Code:
  1. qmake -tp vc10 myproject.pro
To copy to clipboard, switch view to plain text mode 

Unable to generate make file for: myproject.pro

I used to run same command with visual studio 2008 with Qt4 successfully.
Qt Code:
  1. qmake project.pro
  2. qmake -tp vc9 project.pro
To copy to clipboard, switch view to plain text mode 
any hints would be helpful.

Thanks.