summaryrefslogtreecommitdiffstats
path: root/examples/charts/chartinteractions/chartinteractions.pro
blob: 4027eb3ca61a533272ff60ae4c9b39edd21647fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += charts

HEADERS += \
    chart.h \
    chartview.h

SOURCES += \
    chart.cpp \
    chartview.cpp \
    main.cpp

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