summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/customproxy/customproxy.pro
blob: fd5e0852359dfebdb4d778cf4ddd582824d8d22b (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
25
android|ios|winrt {
    error( "This example is not supported for android, ios, or winrt." )
}

!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

RESOURCES += customproxy.qrc

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