How to import QT into visual studio solutions without manually linking and adding all dependencies?
-
I have used QT tools extension i nvisual studios to choose the correct installation with the correct version. Then convert the project into a QT project.
I have it difficult that I still have to link and add more dependencies such as QTCore to resolve
Isn't there an easier way to avoid all of this because I just want to import with any hassle of having to deal with all these bugs of missing externals?
In the all the tutorials, it seems you'd create a new project but I prefer just using the existing visual studio solutions project because its size.
-
These are the most useful but still why I still need to do it manually?
https://stackoverflow.com/questions/49221328/how-to-add-qt-libraries-to-visual-studio
https://forum.qt.io/topic/114299/convert-visual-studio-2017-solution-to-use-qt/3an answer and slight complaint importing into Visual studio sol:
https://forum.qt.io/topic/151907/qt-project-in-visual-studio-2022/8
https://stackoverflow.com/questions/56240966/how-to-integrate-qt-into-an-existing-c-project -