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.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/surface/surface.pro b/examples/surface/surface.pro
new file mode 100644
index 00000000..54302d6b
--- /dev/null
+++ b/examples/surface/surface.pro
@@ -0,0 +1,14 @@
+!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