Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
QDS 4.8
-
None
Description
The lines to add QtCharts and QtGraphs to qmldirPaths are currently commented out pending fixes in Qt:
// TODO: Charts plugins.qmltypes needs to be fixed before QtCharts can be added (QTBUG-115358) //qmldirPaths.push_back(qmlRootPath + "/QtCharts"); // TODO: Graphs plugins.qmltypes needs to be fixed before QtGraphs can be added (QTBUG-135402) //qmldirPaths.push_back(qmlRootPath + "/QtGraphs");
When the specified tasks QTBUG-115358 and QTBUG-135402 are fixed and in Qt release QDS will be using, these lines can be uncommented and TODOs removed.