From ad8bdecc68482eda079e8b49c3c5e8059ec45d69 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 18 May 2015 14:50:27 +0200 Subject: Examples: Remove shared resource library. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Split example-assets.qrc into smaller resource files per directory and add those to the examples as required. Task-number: QTBUG-45990 Change-Id: I0a5a6cee64dc23560e9e093f272ff0d90a6e2e97 Reviewed-by: Topi Reiniƶ Reviewed-by: Paul Lemire --- examples/qt3d/assimp/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/qt3d/assimp/main.cpp') 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 - #include #include #include @@ -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; -- cgit v1.2.3