On building qeframework with Qt6.6.2, it fails below following error -
QEEmitter.cpp:118:30: No matching conversion for functional-style cast from 'QMetaMethodArgument' to 'QGenericArgument'
qobjectdefs.h:82:21: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'QMetaMethodArgument' to 'const QGenericArgument' for 1st argument
qobjectdefs.h:82:21: candidate constructor (the implicit move constructor) not viable: no known conversion from 'QMetaMethodArgument' to 'QGenericArgument' for 1st argument
qobjectdefs.h:85:12: candidate constructor not viable: no known conversion from 'QMetaMethodArgument' to 'const char *' for 1st argument
On building qeframework with Qt6.6.2, it fails below following error -