I'm not sure if I should open a new thread or not, since it's related but not the same argument.
Anyway, with the project structure above It works fine. But everytime I make a change in a file, and I run single subproject, Qt creator will actually recompile all the subprojects opened, even if I don't need the other units. This takes a lot more time than compiling a single unit and it's frustrating.
How can I tell Qt Creator to compile a single "unit" instead of all the projects?
EDIT
Ok, so, it doesn't always compile all the units. It only does so when I Run the unit.
But still, how can I stop it from doing that? My project is not very large now, but it will grow significantly in time... I can't imagine waiting for it to recompile 10 big units before I get a single run...