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

I have a goto project in VS in C++ ,does anyone know about such a thing or about a certain set of procedures for moving a project from VS to Qt or vice versa? Or how can I even organize the development of a Qt interface for an application in VS

Author: magrif, 2020-08-06

1 answers

The best option for not depending on the IDE, as already noted in the comments , is to use CMake projects. The Qt plugin for Visual Studio allows you to open a qmake project (see the screenshot). How correct it is depends on the complexity of the*. pro file. But Qt Creator does not understand the Visual Studio solution.enter a description of the image here

 2
Author: Andrey Sokolov, 2020-08-07 11:14:29