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

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

QT += widgets

INSTALLS += target

OTHER_FILES += doc/src/* \
               doc/images/*