Hi,
I’m being faced with a tricky problem. We do audio software plugin that can be
loaded into third party DAWs and we support many DAWs.
We have found that our software cannot be loaded by DaVinci Resolve because it
fails in a very core and nuclear aspect. It is unable to instantiate a
Component type in qml:
qrc:/qml/plugin.qml:71:5: Type MainView unavailable
MainView {
^
qrc:/qml/MainView.qml:14:1: Type UIContainer unavailable
UIContainer {
^
qrc:/qml/UIContainer.qml:14:5: Component is not a type
property Component menu
I’ve tried to add the specific import but it still does not work.
Our plugins are based on Qt 6. It seems that DaVinci Resolve is based on Qt 5.
We compile our Qt statically with a namespace which theoretically should
isolate this kind of issues.
I don’t understand the issue and therefore I’m trying to find someone that
could understand what is going on.
Any ideas?
Thanks!
Best,
Nuno
_______________________________________________
Interest mailing list
[email protected]
https://lists.qt-project.org/listinfo/interest