AbstractResource: Resolve circular QObject* property misunderstanding
Fun fact: Q_MOC_INCLUDE
does not include source file's directory in the -I
include path for the compiler, hence the resources/
prefix.
Fun fact: Q_MOC_INCLUDE
does not include source file's directory in the -I
include path for the compiler, hence the resources/
prefix.