Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
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.
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
–
–
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.