summaryrefslogtreecommitdiffstats
path: root/examples/surface/surface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/surface/surface.pro')
-rw-r--r--examples/surface/surface.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/surface/surface.pro b/examples/surface/surface.pro
new file mode 100644
index 00000000..20c8a1a8
--- /dev/null
+++ b/examples/surface/surface.pro
@@ -0,0 +1,17 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+SOURCES += main.cpp \
+ surfacegraph.cpp
+
+HEADERS += surfacegraph.h
+
+QT += widgets
+
+INSTALLS += target
+
+RESOURCES += surface.qrc
+
+OTHER_FILES += doc/src/* \
+ doc/images/*