From 527740c721ee37472146a7302eae3ece58779e93 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 24 Feb 2012 13:27:57 +1000 Subject: Update the examples. Use .pro files, no .qmlproject files. Remove unused settings.json and notions.json files. Install to EXAMPLES_PREFIX when it is defined. Dest paths match info.json identifiers. No execute bit on non-executable files. Change-Id: Ib09320bd976b8aec7512531ce11ed92f05912dde Reviewed-by: Wolfgang Beck --- examples/sensors/shakeit/qml.pro | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 examples/sensors/shakeit/qml.pro (limited to 'examples/sensors/shakeit/qml.pro') diff --git a/examples/sensors/shakeit/qml.pro b/examples/sensors/shakeit/qml.pro deleted file mode 100644 index 30348d1a..00000000 --- a/examples/sensors/shakeit/qml.pro +++ /dev/null @@ -1,17 +0,0 @@ -TEMPLATE = aux - -app.files = \ - info.json \ - notions.json \ - settings.json \ - shakeit.qml \ - icon.png \ - audio \ - images - -!isEmpty(EXAMPLES_PREFIX) { - TARGET_DIR = $$EXAMPLES_PREFIX/com.nokia.mt.shakeit - app.path = $$TARGET_DIR - INSTALLS = app -} - -- cgit v1.2.3