summaryrefslogtreecommitdiffstats
path: root/examples/charts/piechart/piechart.pro
blob: e37679109fd6963d328ddeaea126b22fbd09954d (plain)
1
2
3
4
5
6
7
QT += charts

SOURCES += \
    main.cpp

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