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/maze/icon.png | Bin 4693 -> 0 bytes examples/sensors/maze/maze.pro | 8 +++----- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 examples/sensors/maze/icon.png (limited to 'examples/sensors/maze') diff --git a/examples/sensors/maze/icon.png b/examples/sensors/maze/icon.png deleted file mode 100644 index 1e7ff8d8..00000000 Binary files a/examples/sensors/maze/icon.png and /dev/null differ 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 -- cgit v1.2.3