summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/custom-mesh-qml/custom-mesh-qml.pro
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-08-26 21:05:28 +0200
committerPaul Lemire <paul.lemire@kdab.com>2015-10-14 13:26:44 +0000
commitd951f716667c4179148c3cd7f394b5a84cb2f45a (patch)
treebe382207a18b79d88040c9c2f24e3a8c4f4ae5cb /examples/qt3d/custom-mesh-qml/custom-mesh-qml.pro
parent2633b889091aa9b5368463f81611314bf5a95637 (diff)
custom-mesh-qml: example
Create a Mesh with buffers from QML with JS typed arrays Change-Id: I7f774b311c944a5ef2e2174b0699c430758559f1 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'examples/qt3d/custom-mesh-qml/custom-mesh-qml.pro')
-rw-r--r--examples/qt3d/custom-mesh-qml/custom-mesh-qml.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/qt3d/custom-mesh-qml/custom-mesh-qml.pro b/examples/qt3d/custom-mesh-qml/custom-mesh-qml.pro
new file mode 100644
index 000000000..f87c7b1da
--- /dev/null
+++ b/examples/qt3d/custom-mesh-qml/custom-mesh-qml.pro
@@ -0,0 +1,11 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+QT += 3dcore 3drenderer 3dinput 3dquick quick
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += \
+ custom-mesh-qml.qrc