{Ask}Qtcharts library error for GUI of sensor in Robot operating system(ROS)
-
wrote on 8 Aug 2018, 17:35 last edited by basabasy 8 Aug 2018, 17:39
can anyone solve this error ? this GUi design is for the graph of robotics sensor that platform on Robot operating system (ROS). This error always show when i build this program in qt creator or when compile the program by the command "make" in the ubuntu terminal and show a messages "Some of the required modules (qtConfig(graphicsview)) are not available. Skipped." where the place of the error ? Thanks for the help,guys :) -
wrote on 8 Aug 2018, 17:38 last edited by alexej.k 8 Aug 2018, 23:04
You don't have the QtCharts module installed. Try using the Qt Maintenance tool to install Qt Data Visualization package
Also make sure that you have added
QT += charts
in your .pro file
-
can anyone solve this error ? this GUi design is for the graph of robotics sensor that platform on Robot operating system (ROS). This error always show when i build this program in qt creator or when compile the program by the command "make" in the ubuntu terminal and show a messages "Some of the required modules (qtConfig(graphicsview)) are not available. Skipped." where the place of the error ? Thanks for the help,guys :)@basabasy Try to remove QtCharts from your includes
#include <QChartView>
-
You don't have the QtCharts module installed. Try using the Qt Maintenance tool to install Qt Data Visualization package
Also make sure that you have added
QT += charts
in your .pro file
-
@basabasy He already said where: Qt Maintenance Tool
1/5