Hi all,
I have a need to create a semi-large Qt application for a generic Linux target (Lubuntu), so I want to break it up into a main application and several separate libraries (whether static or shared – TBD).
In Qt Creator this would correspond to creating a project with template SUBDIRS and then organizing individual subprojects with their own .pro files in the subdirectories.
How can I create a similar project structure with VS2019 and VisualGDB plugin?
When I create a new project, I can select only one project type “Qt application”, which by default generates .pro file with APP template.
Any guidance would be very welcome!
Alex O.