summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/maze.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2014-02-28 13:54:18 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-10 22:44:39 +0100
commitf89b0fcffbb7907210d4d85d1245dc59f270c251 (patch)
tree70e164753c2b14266effc9e16c69ec181c78e62d /examples/sensors/maze/maze.pro
parent96771618f2413de849101b15344e1bb1fd1f7e7f (diff)
Fix the examples so they can be deployed on Android
Change-Id: I8d3b0c84091cf7743164c083318e0a115e948d1c Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/sensors/maze/maze.pro')
-rw-r--r--examples/sensors/maze/maze.pro8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/sensors/maze/maze.pro b/examples/sensors/maze/maze.pro
index b57c0a98..e4c4d866 100644
--- a/examples/sensors/maze/maze.pro
+++ b/examples/sensors/maze/maze.pro
@@ -3,16 +3,14 @@ TARGET = maze
QT += quick
SOURCES = main.cpp
-app.files = \
+OTHER_FILES = \
components \
$$files(*.qml) \
$$files(*.js) \
- icon.png \
content
-target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/maze
-app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/maze
-INSTALLS += target app
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/maze
+INSTALLS += target
RESOURCES += \
maze.qrc