I am new to QtCreator, so maybe I left my heart in Eclipse-ville, but I can’t understand for life how I should set up the hierarchy of projects in QtCreator. I understand that it is possible to create a kind of root project, and then add subprojects there, which makes sense, but it remains interesting to me if this is necessary during the creation of the project, for example. can I just create a library in one project and later reference another project?
I tried to create a generic project type by creating a new subdirs project and then adding the main program as a subproject, but how do I add a library project?
Ideally, I would like to create one project as the main application and refer to another project as a library. Help?
source
share