summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/playground-qml/playground-qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/playground-qml/playground-qml.pro')
-rw-r--r--examples/qt3d/playground-qml/playground-qml.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/qt3d/playground-qml/playground-qml.pro b/examples/qt3d/playground-qml/playground-qml.pro
index ed48e137f..c7dcdd3c3 100644
--- a/examples/qt3d/playground-qml/playground-qml.pro
+++ b/examples/qt3d/playground-qml/playground-qml.pro
@@ -2,8 +2,6 @@ TEMPLATE = app
QT += 3dcore 3drenderer 3dquick qml quick 3dinput
-include("../exampleresources/exampleresources.pri")
-
HEADERS += \
SOURCES += \
@@ -25,4 +23,5 @@ OTHER_FILES += \
AnimatedDiffuseMaterial.qml
RESOURCES += \
- playground-qml.qrc
+ playground-qml.qrc \
+ ../exampleresources/gltf.qrc \