From f89b0fcffbb7907210d4d85d1245dc59f270c251 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Fri, 28 Feb 2014 13:54:18 +0100 Subject: Fix the examples so they can be deployed on Android MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8d3b0c84091cf7743164c083318e0a115e948d1c Reviewed-by: Lorn Potter Reviewed-by: Topi Reiniƶ --- examples/sensors/shakeit/icon.png | Bin 10695 -> 0 bytes examples/sensors/shakeit/shakeit.pro | 6 ++---- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 examples/sensors/shakeit/icon.png (limited to 'examples/sensors/shakeit') diff --git a/examples/sensors/shakeit/icon.png b/examples/sensors/shakeit/icon.png deleted file mode 100644 index d8f21546..00000000 Binary files a/examples/sensors/shakeit/icon.png and /dev/null differ diff --git a/examples/sensors/shakeit/shakeit.pro b/examples/sensors/shakeit/shakeit.pro index cb36f739..5e07f062 100644 --- a/examples/sensors/shakeit/shakeit.pro +++ b/examples/sensors/shakeit/shakeit.pro @@ -6,12 +6,10 @@ SOURCES = main.cpp RESOURCES += \ shakeit.qrc -app.files = \ +OTHER_FILES = \ $$files(*.qml) \ - icon.png \ audio \ content target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/shakeit -app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/shakeit -INSTALLS += target app +INSTALLS += target -- cgit v1.2.3