aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/customgeometry/customgeometry.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/customgeometry/customgeometry.pro')
-rw-r--r--examples/quick/scenegraph/customgeometry/customgeometry.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/customgeometry/customgeometry.pro b/examples/quick/scenegraph/customgeometry/customgeometry.pro
new file mode 100644
index 0000000000..8657820493
--- /dev/null
+++ b/examples/quick/scenegraph/customgeometry/customgeometry.pro
@@ -0,0 +1,10 @@
+TARGET = customgeometry
+QT += quick
+
+SOURCES += \
+ main.cpp \
+ beziercurve.cpp
+
+HEADERS += \
+ beziercurve.h
+