summaryrefslogtreecommitdiffstats
path: root/examples/charts/piechartcustomization/piechartcustomization.pro
blob: 081e9105f5e76bbc57aeb99171bba35b5052ab9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QT += charts

HEADERS += \
    brushtool.h \
    customslice.h \
    mainwidget.h \
    pentool.h

SOURCES += \
    brushtool.cpp \
    customslice.cpp \
    main.cpp \
    mainwidget.cpp \
    pentool.cpp

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