Skip to content

Version 2.2.0

Latest
Compare
Choose a tag to compare
@michaelvlach michaelvlach released this 04 Sep 14:19

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.