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

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