Is possible to install QtCharts component from Controller Scripting?
Unsolved
General and Desktop
-
I have a working script to install qt on a
CLI
environment, this works almost perfectly, but I having problems to installQtCharts
, all this work from theController.prototype.ComponentSelectionPageCallback
when I callselectComponent('qt.qt5.5130.android_armv7');
but If I addselectComponent('qt.qt5.5130.qtcharts.android_armv7');
this does not work, I'm not having any error (I can not find any error msg), this justo does not install the QtCharts component.
I'm not know if this is related to legal restrictions as I'm trying to use QtCharts with GPL v3 license and what can I do to solve this?
Any help is welcome, thank you in advance.