The project file looks ok, provided that in your source files refer to the header files using appropriate paths. GCC should be able to detect dependencies then and the project should be rebuilt automatically. If this does not happen, then most probably your include statements are not correct. Somehow gcc cannot generate proper dependency information.
Bookmarks