Qt 5.14.1 support #13
Description
Hi,
I spent 2 days trying to use qmlAlembic with Qt 5.14.1 (also 5.13.1) and it doesn't work. I installed it with cmake, qmake (my own .pro file), even tried with copying all source to project and building all together - always same effect which look like this:
Cannot assign to property of unknown type ""
(Qt 5.14.1)
Can not assign value of type "<unknown type>" to property "entity", expecting an object
(Qt 5.13.1)
Error comes from
QQmlPropertyValidator::validateObjectBinding(QQmlPropertyData*, QString const&, QV4::CompiledData::Binding const*)
- qqmlpropertyvalidator.cpp inside qtdeclarative module.
It seems like some problem with reading plugin metadata. I tried to debug inside qt source but after my own compilation there were plenty of other problems. Did anyone face something similiar? Should qmlAlembic work with newer Qt Versions than 5.11?