summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/gltf/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/gltf/main.cpp')
-rw-r--r--examples/qt3d/gltf/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/qt3d/gltf/main.cpp b/examples/qt3d/gltf/main.cpp
index a65d56218..523ee4396 100644
--- a/examples/qt3d/gltf/main.cpp
+++ b/examples/qt3d/gltf/main.cpp
@@ -34,7 +34,6 @@
**
****************************************************************************/
-#include <exampleresources.h>
#include <Qt3DCore/window.h>
#include <Qt3DRenderer/qrenderaspect.h>
#include <Qt3DInput/QInputAspect>
@@ -47,8 +46,6 @@ int main(int argc, char* argv[])
{
QGuiApplication app(argc, argv);
- initializeAssetResources("../exampleresources/example-assets.qrb");
-
Qt3D::Window view;
Qt3D::Quick::QQmlAspectEngine engine;