File: piechartcustomization.pro

package info (click to toggle)
qtcharts-opensource-src 5.15.17-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,140 kB
  • sloc: cpp: 66,609; ansic: 221; makefile: 23
file content (18 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (6)
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