Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I import a Visual C++ project into Qt Creator?

I have been working with the commercial version of Qt on Windows for some time, so have a large collection of Visual Studio projects (vcproj files).
I would like to begin moving these projects into Qt Creator — I have certainly moved some of them "by hand", and can make that work — but it seems like there ought to be (might be?) a Visual Studio import script or app or capability of some kind.

Does anybody know of such a thing, or of a definable set of procedures to move a project from one to the other?

like image 939
jhowland Avatar asked Jul 10 '09 15:07

jhowland


People also ask

How does Qt integrate with Visual Studio?

In Microsoft Visual Studio, select Extensions > Manage Extensions > Online, and search for Qt Visual Studio Tools to install or update Qt VS Tools.

Does Qt work with Visual Studio?

We are happy to announce the release of the Qt Visual Studio Tools (v2. 8.0) extension for Visual Studio 2022. Installation packages are available for download at the VS Marketplace or directly in the VS 2022 IDE: select Extensions > Manage Extensions from the IDE menu, and then search for "qt".


1 Answers

You can export to a pro file (or maybe a pri file, can't remember) from the Qt menu in VS.

like image 170
PowerApp101 Avatar answered Sep 25 '22 19:09

PowerApp101