summaryrefslogtreecommitdiffstats
path: root/examples/charts/piechartcustomization/piechartcustomization.pro
blob: 722744deca2ef7c459fe770502c1920f366df24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!include( ../examples.pri ) {
 error( "Couldn't find the examples.pri file!" )
}

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

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