How to set up a project hierarchy in QtCreator?

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?

+5
source share
1 answer

The Qt Creator documentation documentation has two sections that can help you find answers to your questions:

EDIT: : QtSymbianDllExample. " , DLL Qt Symbian". Symbian, , Symbian. , (QtSymbianDllExample\qtssymbiandllexample.pro) (QtSymbianDllExample\qtenginedll\qtenginedll.pro, QtSymbianDllExample\testui_simpledllengine\testui_simpledllengine.pro), . , , :

+6

All Articles