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

SOURCES += main.cpp scatterchart.cpp
HEADERS += scatterchart.h

QT += widgets

INSTALLS += target