when you write
# include <FrameWorkName/SomeHeaderFile.h>
then SomeHeaderFile.h has to be in a directory called FrameWorkName, and INCLUDEPATH should include /path/to/framework/Headers/ and the header themselves should be in /path/to/framework/Headers/FrameWorkName/*.h
Bookmarks