summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-07-06 15:11:21 +0100
committerSean Harmer <sean.harmer@kdab.com>2014-07-18 13:27:25 +0200
commit2dc04a6dc47ac1395254ba48eff02c24979f0579 (patch)
treeaebd30f1785c6498feced0ac979ec23b87e91157 /examples/examples.pro
parent9bf4ff388888cbb853a2875a3a5bf02c034f029d (diff)
Add rollerball example to show rendering and physics basics
At present it only exercises the renderer but it will be extended to also cover the physics aspect too. Change-Id: I83217f09eeb3471b8a508fa8a8948410ad1e1d58 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 4085dc753..7c363c9a6 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -35,6 +35,10 @@ src_bigmodelqml.subdir = $$PWD/bigmodel-qml
src_bigmodelqml.target = sub-bigmodelqml
src_bigmodelqml.depends = src_exampleresources
+src_rollerball.subdir = $$PWD/rollerball
+src_rollerball.target = sub-rollerball
+src_rollerball.depends = src_exampleresources
+
SUBDIRS += \
src_exampleresources \
@@ -50,3 +54,7 @@ SUBDIRS += \
# TODO Port the old examples to new APIs
#SUBDIRS += qt3d
#qtHaveModule(qml): SUBDIRS += quick3d
+
+qtHaveModule(3dbulletphysics) {
+ SUBDIRS += src_rollerball
+}