customchart.pro Example File

customchart/customchart.pro

  QT += charts

  SOURCES += \
      main.cpp

  target.path = $$[QT_INSTALL_EXAMPLES]/charts/customchart
  INSTALLS += target