Quote Originally Posted by gri View Post
Is there a way to get "uic" and "moc" put the output files in the directories where their input source is?
Try changing MOC_DIR, UI_DIR, RCC_DIR and OBJECTS_DIR variables.

Quote Originally Posted by gri View Post
If there's a way doing that with subprojects instead of project includes without creating a static/dynamic lib for the subfolders please tell me
Instead of a .pro file with subdirs template, you can create one with app template that includes .pri files from subdirectories.

But you can also consider switching to CMake.