summaryrefslogtreecommitdiffstats
path: root/examples/charts/nesteddonuts/nesteddonuts.pro
blob: 571f1a060e102d3973d67dc3202c15f622b4de77 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += charts

HEADERS += \
    widget.h

SOURCES += \
    main.cpp \
    widget.cpp

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