I am using Qt 4.5 and having Qt Creator as the IDE. I am quite comfortable with it. I know we can open the .pro
files (from the Qt Creator) in the Visual Studio IDE. But how about the reverse? i.e How can I open a visual studio Qt solution (.sln) in Qt Creator? Is it possible or I have to create a pro file again for the project?
There are other Qt projects which are created by others in Visual Studio IDE. So if I am supposed to use those, can I migrate those Visual Studio solutions to a Qt Creator compatible way so that I can continue to use Qt Creator? I am using Windows XP. Any p开发者_Python百科ointers regarding this are welcome.
You can install Visual Studio Add-in of Qt, then in Visual Studio, Qt menu will appear.There is an export option to create .pro files.
Edit: Detailed Information
精彩评论