Added support for composite includes. E.g.
#include <QtCore/QVariant>
or
#include "MyModule/MyHeader.h"
This will now generate correct includepaths. Previously the includes using this style would not work because the include path generated was always to the root of the included file.