I have project files in the following directory structure:
Code:
project ---- headers ---- source ---- build -------- debug -------- release ---- assets -------- graphics -------- audio
When I add, for example, one of the header files to my project in Qt Creator, I get an additional sub-folder (project -> headers -> headers -> file.h).
Is there a way to make the IDE observe my directory structure rather than stuffing it inside the default project folders?