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

HEADERS += \
    chartview.h

SOURCES += \
    chartview.cpp \
    main.cpp

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