donutchart.pro Example File

donutchart/donutchart.pro

  QT += charts

  SOURCES += \
      main.cpp

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