summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-18 14:50:27 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-20 10:03:56 +0000
commitad8bdecc68482eda079e8b49c3c5e8059ec45d69 (patch)
tree6826bec0fa873ef885d167049efc232cf9cfddc6 /examples/qt3d/shadow-map-qml
parentba39a03645ef6f789c8de7da71f1b08d812b2059 (diff)
Examples: Remove shared resource library.
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ƶ <topi.reinio@digia.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/qt3d/shadow-map-qml')
-rw-r--r--examples/qt3d/shadow-map-qml/main.cpp4
-rw-r--r--examples/qt3d/shadow-map-qml/shadow-map-qml.pro5
2 files changed, 2 insertions, 7 deletions
diff --git a/examples/qt3d/shadow-map-qml/main.cpp b/examples/qt3d/shadow-map-qml/main.cpp
index 31836bf9d..2357106c7 100644
--- a/examples/qt3d/shadow-map-qml/main.cpp
+++ b/examples/qt3d/shadow-map-qml/main.cpp
@@ -43,14 +43,10 @@
#include <QQmlContext>
#include <QQmlEngine>
-#include <exampleresources.h>
-
int main(int argc, char* argv[])
{
QGuiApplication app(argc, argv);
- initializeAssetResources("../exampleresources/example-assets.qrb");
-
Qt3D::Window view;
Qt3D::Quick::QQmlAspectEngine engine;
diff --git a/examples/qt3d/shadow-map-qml/shadow-map-qml.pro b/examples/qt3d/shadow-map-qml/shadow-map-qml.pro
index 7d7670022..76ded6a5c 100644
--- a/examples/qt3d/shadow-map-qml/shadow-map-qml.pro
+++ b/examples/qt3d/shadow-map-qml/shadow-map-qml.pro
@@ -2,8 +2,6 @@ TEMPLATE = app
QT += 3dcore 3drenderer 3dinput 3dquick qml quick
-include("../exampleresources/exampleresources.pri")
-
SOURCES += \
main.cpp
@@ -18,4 +16,5 @@ OTHER_FILES += \
GroundPlane.qml
RESOURCES += \
- shadow-map-qml.qrc
+ shadow-map-qml.qrc \
+ ../exampleresources/obj.qrc