aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/customgeometry/customgeometry.pro
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2012-07-30 11:09:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-13 15:06:46 +0200
commit3ddf7f1cf638091c8c7c7380bf0414dcc1145d2c (patch)
tree24ca7353ee789e5ea0ffa372eb899e6d2e93b9c3 /examples/quick/scenegraph/customgeometry/customgeometry.pro
parent917a2cbc76a8433e550770b1414153ab16215381 (diff)
Three scene graph examples with docs.
How to make a custom QSGGeometry, how to use QSGSimpleMaterial and how to use render with raw GL. Change-Id: I3e5a32b6ae12d7d781c11050ed26a54845e92cca Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
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
+