blob: efef19445d7d939fa3197f16df74cf8d37026afc [file] [log] [blame]
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 \
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/*