summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qt3d.pro
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@theqtcompany.com>2015-06-10 13:00:38 +0300
committerSean Harmer <sean.harmer@kdab.com>2015-06-10 12:48:09 +0000
commit0eec20fc1e5ee4822bd8560eb6c3c551879528ea (patch)
tree1f6629a1db837bacdf499025a0d7113efdfbfc30 /examples/qt3d/qt3d.pro
parent9db7beabdbaa0182cc9fd25603a790db293d56eb (diff)
Reshape torus-cpp example to be basicshapes-cpp
Leave the cylinder-cpp example to show minimal code for setting up a basic element. Reshape torus-cpp to show several shapes available. Change-Id: Ic9dd7cb54258b5eb442ee0492ef4fc2e4b30f836 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/qt3d.pro')
-rw-r--r--examples/qt3d/qt3d.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/qt3d.pro b/examples/qt3d/qt3d.pro
index 5882ad38b..2894e4760 100644
--- a/examples/qt3d/qt3d.pro
+++ b/examples/qt3d/qt3d.pro
@@ -9,7 +9,6 @@ SUBDIRS += \
cpp_example \
multiviewport \
torus-qml \
- torus-cpp \
cylinder-qml \
cylinder-cpp \
bigmodel-qml \
@@ -34,4 +33,5 @@ SUBDIRS += \
# TODO Port the old examples to new APIs
#SUBDIRS += qt3d
-qtHaveModule(widgets): SUBDIRS += assimp-cpp
+qtHaveModule(widgets): SUBDIRS += assimp-cpp \
+ basicshapes-cpp