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

!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

SOURCES += main.cpp \
           surfacegraph.cpp \
           topographicseries.cpp \
           highlightseries.cpp \
           custominputhandler.cpp

HEADERS += surfacegraph.h \
           topographicseries.h \
           highlightseries.h \
           custominputhandler.h

QT += widgets

RESOURCES += texturedsurface.qrc

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