qtepics / qeframework

epics Qt has been spilt into a number of components. This project provides the framework library and standard widgets.
GNU Lesser General Public License v3.0
20 stars 11 forks source link

qeframework doesn't build with Qt6.6.2 #9

Open NavSriv opened 8 months ago

NavSriv commented 8 months ago

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