summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/gltf/gltf.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/gltf/gltf.pro')
-rw-r--r--examples/qt3d/gltf/gltf.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/qt3d/gltf/gltf.pro b/examples/qt3d/gltf/gltf.pro
index d2ac810a9..24208fbdd 100644
--- a/examples/qt3d/gltf/gltf.pro
+++ b/examples/qt3d/gltf/gltf.pro
@@ -2,8 +2,6 @@ TEMPLATE = app
QT += 3dcore 3drenderer 3dinput 3dquick qml quick
-include("../exampleresources/exampleresources.pri")
-
HEADERS += \
SOURCES += \
@@ -13,4 +11,6 @@ OTHER_FILES += \
main.qml
RESOURCES += \
- gltf.qrc
+ gltf_example.qrc \
+ ../exampleresources/gltf.qrc \
+ ../exampleresources/obj.qrc