summaryrefslogtreecommitdiffstats
path: root/examples/customproxy/customproxy.pro
blob: 2b764a4159383c2f281ba4be56913b93155bf13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

SOURCES += main.cpp \
    rainfallgraph.cpp \
    variantdataset.cpp \
    variantbardataproxy.cpp \
    variantbardatamapping.cpp \

HEADERS += \
    rainfallgraph.h \
    variantdataset.h \
    variantbardataproxy.h \
    variantbardatamapping.h

INSTALLS += target

RESOURCES += customproxy.qrc

OTHER_FILES += data/raindata.txt \
               doc/src/* \
               doc/images/*