summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qt3d.pro
diff options
context:
space:
mode:
authorSven Erdem <sven.erdem@kdab.com>2016-12-21 17:55:21 +0100
committerPaul Lemire <paul.lemire@kdab.com>2017-01-13 09:41:17 +0000
commit0f32b7dc62b214e369a902067c467ec7ae6481b5 (patch)
tree6c017d189819cdfcfebd8bb8399b252057cdad85 /examples/qt3d/qt3d.pro
parentf627926f48f29739a3f765cea46f5c82ccc93e04 (diff)
3D Text: created 3d text geometry and mesh
- Allows to extrude a 3D mesh from a text string - Added 3d-text example Triangulation fixes provided by Remi Faitout Task-number: QTBUG-19234 Change-Id: I767ffa11092d30945e3fc19f90f72a5965f5a776 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/qt3d/qt3d.pro')
-rw-r--r--examples/qt3d/qt3d.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/qt3d/qt3d.pro b/examples/qt3d/qt3d.pro
index d6d7437d1..7d0545404 100644
--- a/examples/qt3d/qt3d.pro
+++ b/examples/qt3d/qt3d.pro
@@ -15,7 +15,8 @@ SUBDIRS += \
planets-qml \
instanced-arrays-qml \
lights \
- compute-particles
+ compute-particles \
+ 3d-text
qtHaveModule(multimedia): SUBDIRS += audio-visualizer-qml