summaryrefslogtreecommitdiffstats
path: root/examples/scatterchart/scatterchart.pro
blob: 8170d6f4991dd76c40317d5b6d2f195760d016d9 (plain)
1
2
3
4
5
6
7
8
9
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}
TARGET = scatterchart
SOURCES += main.cpp \
    chartview.cpp

HEADERS += \
    chartview.h