I have project files in the following directory structure:

Qt Code:
  1. project
  2. ---- headers
  3. ---- source
  4. ---- build
  5. -------- debug
  6. -------- release
  7. ---- assets
  8. -------- graphics
  9. -------- audio
To copy to clipboard, switch view to plain text mode 

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?