piechart.pro Example File

piechart/piechart.pro
 QT += charts

 SOURCES += \
     main.cpp

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