summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/surface/surface.pro
blob: 9daf254681cac7c982c57c5f831936685c00e5b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 \
           surfacegraph.cpp

HEADERS += surfacegraph.h

QT += widgets

RESOURCES += surface.qrc

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