summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/qml_app/qml_app.pro
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-03-06 12:42:04 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-08 03:12:22 +0100
commit59899eb9b8b7a68b3284fe9fe59b8a1e2610f6cf (patch)
treed56ead74359736fe127cad2925a0bcba71616f4b /examples/sensors/grue/qml_app/qml_app.pro
parent22b8a1ca8ebb2d862fb99d061342a1190b747fec (diff)
Fix display of Grue app.
Don't just assume a white background will be set. We're now using a black background with white text. Fade in a grue as your chance of being eaten increases. Change-Id: I47af31f2f0092136ce3da377e1c6ffc21af07496 Reviewed-by: Daron Andrew Edie <daron.edie@nokia.com>
Diffstat (limited to 'examples/sensors/grue/qml_app/qml_app.pro')
-rw-r--r--examples/sensors/grue/qml_app/qml_app.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/sensors/grue/qml_app/qml_app.pro b/examples/sensors/grue/qml_app/qml_app.pro
index 42f830be..c017dcc4 100644
--- a/examples/sensors/grue/qml_app/qml_app.pro
+++ b/examples/sensors/grue/qml_app/qml_app.pro
@@ -3,7 +3,8 @@ TEMPLATE = aux
app.files = \
icon.png \
info.json \
- main.qml
+ main.qml \
+ grue.png
MT_SYSROOT=$$(MT_SYSROOT)
!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications