summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/assimp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/assimp')
-rw-r--r--examples/qt3d/assimp/assimp.pro5
-rw-r--r--examples/qt3d/assimp/main.cpp4
2 files changed, 2 insertions, 7 deletions
diff --git a/examples/qt3d/assimp/assimp.pro b/examples/qt3d/assimp/assimp.pro
index 1db64789d..85d78fe89 100644
--- a/examples/qt3d/assimp/assimp.pro
+++ b/examples/qt3d/assimp/assimp.pro
@@ -9,7 +9,6 @@ OTHER_FILES += main.qml
SOURCES += \
main.cpp
-include("../exampleresources/exampleresources.pri")
-
RESOURCES += \
- assimp.qrc
+ assimp.qrc \
+ ../exampleresources/test_scene.qrc
diff --git a/examples/qt3d/assimp/main.cpp b/examples/qt3d/assimp/main.cpp
index 7c0858193..d9c0ede88 100644
--- a/examples/qt3d/assimp/main.cpp
+++ b/examples/qt3d/assimp/main.cpp
@@ -34,8 +34,6 @@
**
****************************************************************************/
-#include <exampleresources.h>
-
#include <Qt3DCore/window.h>
#include <Qt3DRenderer/qrenderaspect.h>
#include <Qt3DInput/QInputAspect>
@@ -48,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;