1 | initial version |
Okay, the problem is " ignition dose not run the plugin if it contains any Qt Charts elements "
i am trying to make a very simple plugin .. it works if my .qml file contains any qml elements (except charts elements) and this is the code https://github.com/AmrElsersy/ignition-charts-plugin
but when my .qml file has any simple qtcharts elemnt it gives me that error
I added the required cmake instructions(for Qt5 Charts) in the CMakeList file but it dose not work.
2 | No.2 Revision |
Okay, the problem is " ignition dose not run the plugin if it contains any Qt Charts elements components "
i am trying to make a very simple plugin .. it works if my .qml file contains any qml elements components (except charts elements)
components)
and this is the code https://github.com/AmrElsersy/ignition-charts-plugin
but when my .qml file has any simple qtcharts elemnt component it gives me that error
I added the required cmake instructions(for Qt5 Charts) in the CMakeList file but it dose not work.