Hello,
I have many single classes in a project. I want them to be grouped like this:
- Project
......|__Animal (folder)
..............|__ Dog (folder)
.....................|__ files (.h, .cpp, .ui)
..............|__ Cat (folder)
.....................|__ files (.h, .cpp, .ui)
....-prj files (main.cpp, .ui, .h, .cpp)
This project has 2 classes (Dog, Cat), are placed in sub folders of Animal (folder, not project). So I think project include file (.pri) should help. But I don't know how to config in Qt Creator 2.0.0. Could you help me?
Thanks so much.
Best regards,
Bookmarks