summaryrefslogtreecommitdiffstats
path: root/tests/manual/rigged-simple/rigged-simple.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rigged-simple/rigged-simple.pro')
-rw-r--r--tests/manual/rigged-simple/rigged-simple.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/manual/rigged-simple/rigged-simple.pro b/tests/manual/rigged-simple/rigged-simple.pro
new file mode 100644
index 000000000..f8cd5fbe1
--- /dev/null
+++ b/tests/manual/rigged-simple/rigged-simple.pro
@@ -0,0 +1,23 @@
+!include( ../manual.pri ) {
+ error( "Couldn't find the manual.pri file!" )
+}
+
+QT += 3dcore 3drender 3dinput 3dquick qml quick 3dquickextras 3danimation
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES += \
+ main.qml \
+ DefaultSceneEntity.qml \
+ SkinnedEntity.qml \
+ SkinnedPbrEffect.qml
+
+RESOURCES += \
+ rigged-simple.qrc \
+ ../../../examples/qt3d/exampleresources/cubemaps.qrc \
+ ../../../examples/qt3d/exampleresources/envmaps.qrc \
+ ../../../examples/qt3d/exampleresources/gltf.qrc
+
+DISTFILES += \
+ skinnedPbr.vert