barchart.pro Example File

barchart/barchart.pro

  QT += charts

  SOURCES += \
      main.cpp

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