You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
While building the dep I got this compilation error:
moc_ElixirComs.cpp:99:18: error: 'QMetaObject::SuperData' has not been declared
QMetaObject::SuperData::link<QObject::staticMetaObject>(),
It turns out qobjectdefs.h included in the system does not include this definition. I'm running Qt 5.14.0 on Arch Linux. I dont know why but I fixed it by copying my own .h file over it:
While building the dep I got this compilation error:
It turns out
qobjectdefs.h
included in the system does not include this definition. I'm running Qt 5.14.0 on Arch Linux. I dont know why but I fixed it by copying my own .h file over it:The text was updated successfully, but these errors were encountered: