Gerrit Voss wrote: > Now the question for the windows gurus, how do I handle this on > Windows ? Any good idea which does not involve copying files which > the debugger might catch instead of the real header file ? > I realized the other day that QT has a rather flat include directory with header files that simply include their real counterpart deep in the source dir, i.e. :
include/foo.h: #include "../src/foo/foo.h" That might be a way forward, but it requires having the source dir nearby. Cheers, /Marcus ------------------------------------------------------------------------------ _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
