summaryrefslogtreecommitdiffstats
path: root/examples/charts/scatterinteractions/scatterinteractions.pro
blob: 596fe0208551497cbb3b91b815441e6f84855fbc (plain)
1
2
3
4
5
6
7
8
9
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

TARGET = scatterinteractions
SOURCES += main.cpp \
    chartview.cpp
HEADERS  += \
    chartview.h