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

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

QT += widgets

INSTALLS += target

RESOURCES += custominput.qrc

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