07.07.2011, 15:14, "Schimkowitsch Robert" <[email protected]>: > Shouldn't it depend on whether I use > > #include "someheader.h" > or > #include <someheader.h> > > whether the compiler first checks the local folder or the include paths?
Of course it depends, but if you e.g. develop library, you must use <> -- Regards, Konstantin _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
