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

SOURCES += main.cpp \
           surfacegraph.cpp

HEADERS += surfacegraph.h

QT += widgets

RESOURCES += surface.qrc

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