summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/texturesurface/texturesurface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/texturesurface/texturesurface.pro')
-rw-r--r--examples/datavisualization/texturesurface/texturesurface.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/datavisualization/texturesurface/texturesurface.pro b/examples/datavisualization/texturesurface/texturesurface.pro
new file mode 100644
index 00000000..f24c3d17
--- /dev/null
+++ b/examples/datavisualization/texturesurface/texturesurface.pro
@@ -0,0 +1,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/*