summaryrefslogtreecommitdiff
path: root/tests/manual/scene3d/scene3d.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scene3d/scene3d.pro')
-rw-r--r--tests/manual/scene3d/scene3d.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/manual/scene3d/scene3d.pro b/tests/manual/scene3d/scene3d.pro
new file mode 100644
index 000000000..1295d7cce
--- /dev/null
+++ b/tests/manual/scene3d/scene3d.pro
@@ -0,0 +1,15 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+QT += qml quick 3dinput
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES += \
+ AnimatedEntity.qml \
+ main.qml
+
+RESOURCES += \
+ scene3d.qrc