This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Qt 5.14.1 support #13
Comments
Yes, it works for me with qt-5.13.0 on linux and qt-5.14.1 on windows. |
I working on Ubuntu 18.04 and Qt installed from offline installer. |
Difficult to help as I cannot reproduce it. |
There are some warnings but everything is building
Make output:
|
Does it work with a newer GCC version? Like 9.3? |
Compiled with 9.3.0 - same problem. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: