[Qt-interest] relative address in #include header file

navid navid n_nnavid at yahoo.com
Sat Oct 31 16:23:15 CET 2009


hello,

sorry for this simple question!

how can i include a header file in two up folders, with relative addressing?

projectfolder/subfolder1/subfolder2/example.cpp

#include "example.h"  //work good
#include "/subfolder2.h"
#include "subfolder1.h" //???
#include "projectfolder.h" //???

regards
nn



      



More information about the Qt-interest-old mailing list