{Ask}Qtcharts library error for GUI of sensor in Robot operating system(ROS)
-
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 :) -
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 :) -
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