summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qgltf/qgltf.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/qgltf/qgltf.pro')
-rw-r--r--examples/qt3d/qgltf/qgltf.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/qt3d/qgltf/qgltf.pro b/examples/qt3d/qgltf/qgltf.pro
index 3ba543ec5..61361b0e6 100644
--- a/examples/qt3d/qgltf/qgltf.pro
+++ b/examples/qt3d/qgltf/qgltf.pro
@@ -11,10 +11,13 @@ SOURCES += \
OTHER_FILES += \
main.qml \
- Wine.qml
+ Scene.qml
-QT3D_MODELS = ../exampleresources/assets/gltf/wine/wine.dae
-QGLTF_PARAMS = -g
+QT3D_MODELS = ../exampleresources/assets/test_scene.dae \
+ ../exampleresources/assets/obj/toyplane.obj \
+ ../exampleresources/assets/obj/trefoil.obj
+
+QGLTF_PARAMS = -b -S
load(qgltf)
RESOURCES += \