summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/basicshapes-cpp/basicshapes-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/basicshapes-cpp/basicshapes-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/basicshapes-cpp/basicshapes-cpp.pro')
-rw-r--r--examples/qt3d/basicshapes-cpp/basicshapes-cpp.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/qt3d/basicshapes-cpp/basicshapes-cpp.pro b/examples/qt3d/basicshapes-cpp/basicshapes-cpp.pro
new file mode 100644
index 000000000..546715fca
--- /dev/null
+++ b/examples/qt3d/basicshapes-cpp/basicshapes-cpp.pro
@@ -0,0 +1,14 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+QT += 3dcore 3drenderer 3dinput
+QT += widgets
+
+SOURCES += main.cpp \
+ scenemodifier.cpp
+
+HEADERS += \
+ scenemodifier.h
+
+