blob: 8c3bf13616d3bc133295673a5cfd275921bc9dda [file] [log] [blame]
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