Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio solutions in Qt Creator

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 pointers regarding this are welcome.

like image 916
liaK Avatar asked Jul 01 '10 11:07

liaK


1 Answers

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

like image 167
metdos Avatar answered Oct 04 '22 14:10

metdos