Skip to content

AbstractResource: Resolve circular QObject* property misunderstanding

ivan tkachenko requested to merge work/ratijas/qobject-moc-include into master

Fun fact: Q_MOC_INCLUDE does not include source file's directory in the -I include path for the compiler, hence the resources/ prefix.

Merge request reports