summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/maze.pro
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-05-22 14:45:49 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-23 02:53:40 +0200
commit3d75c54b8d0d055eff2a41cef7733b6204f8241c (patch)
tree084db4d8b89d68f39cb72697af279874b9ced66c /examples/sensors/maze/maze.pro
parentc7dff2e520cbf6fcec414d0b04c2c133e5eb5af3 (diff)
Sensors examples: Use resource system for QML examples
Adds resources (.qml, .js, images, etc.) used in QML examples as Qt resources. This enables running the examples successfully when shadow building, without copying the files around. Task-number: QTBUG-31076 Change-Id: I0f3352cffdc334f6139aac60acd3345710516d65 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Diffstat (limited to 'examples/sensors/maze/maze.pro')
-rw-r--r--examples/sensors/maze/maze.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/sensors/maze/maze.pro b/examples/sensors/maze/maze.pro
index 2ce23089..b57c0a98 100644
--- a/examples/sensors/maze/maze.pro
+++ b/examples/sensors/maze/maze.pro
@@ -13,3 +13,6 @@ app.files = \
target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/maze
app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/maze
INSTALLS += target app
+
+RESOURCES += \
+ maze.qrc