summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/torus-cpp/torus-cpp.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/torus-cpp/torus-cpp.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/torus-cpp/torus-cpp.pro')
-rw-r--r--examples/qt3d/torus-cpp/torus-cpp.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/qt3d/torus-cpp/torus-cpp.pro b/examples/qt3d/torus-cpp/torus-cpp.pro
deleted file mode 100644
index eeefc5c22..000000000
--- a/examples/qt3d/torus-cpp/torus-cpp.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
-
-QT += 3dcore 3drenderer 3dinput
-
-SOURCES += main.cpp
-
-