summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/cpp_example/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/cpp_example/main.cpp')
-rw-r--r--examples/qt3d/cpp_example/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/qt3d/cpp_example/main.cpp b/examples/qt3d/cpp_example/main.cpp
index df20ba030..014e8d958 100644
--- a/examples/qt3d/cpp_example/main.cpp
+++ b/examples/qt3d/cpp_example/main.cpp
@@ -36,8 +36,6 @@
#include <QGuiApplication>
-#include <exampleresources.h>
-
#include <Qt3DCore/window.h>
#include <Qt3DCore/qcamera.h>
#include <Qt3DCore/qentity.h>
@@ -73,8 +71,6 @@ int main(int ac, char **av)
{
QGuiApplication app(ac, av);
- initializeAssetResources("../exampleresources/example-assets.qrb");
-
Qt3D::Window view;
Qt3D::QAspectEngine engine;
engine.registerAspect(new Qt3D::QRenderAspect());