summaryrefslogtreecommitdiffstats
path: root/examples/sensors/accelbubble/accelbubble.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/accelbubble/accelbubble.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/accelbubble/accelbubble.pro')
-rw-r--r--examples/sensors/accelbubble/accelbubble.pro8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/sensors/accelbubble/accelbubble.pro b/examples/sensors/accelbubble/accelbubble.pro
index d0378bb3..b183bf41 100644
--- a/examples/sensors/accelbubble/accelbubble.pro
+++ b/examples/sensors/accelbubble/accelbubble.pro
@@ -6,12 +6,10 @@ SOURCES = main.cpp
RESOURCES += \
accelbubble.qrc
-app.files = \
+OTHER_FILES = \
$$files(*.qml) \
- icon.png \
content \
images
-target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/accelbubble
-app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/accelbubble
-INSTALLS += target app
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/accelbubble
+INSTALLS += target