From 8a36fce9f7f2db716327a611682a41c96e6d8472 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 13 Apr 2012 16:23:26 +1000 Subject: Package the grue sensor example into a self-contained bundle. Cleaner for deployment (no need to write to inaccessible system locations) though it uses a bit of a hack to get QtSensors to find the backend plugin. Change-Id: Ibfa765d928a2d57429832c68594bcbe38f9d6a6e Reviewed-by: Zsolt Simon --- examples/sensors/grue/plugin/plugin.pro | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/sensors/grue/plugin') diff --git a/examples/sensors/grue/plugin/plugin.pro b/examples/sensors/grue/plugin/plugin.pro index 489a1cec..32e127f1 100644 --- a/examples/sensors/grue/plugin/plugin.pro +++ b/examples/sensors/grue/plugin/plugin.pro @@ -19,3 +19,9 @@ INSTALLS += target OTHER_FILES += \ plugin.json +MT_SYSROOT=$$(MT_SYSROOT) +!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications +!isEmpty(EXAMPLES_PREFIX) { + target.path = $$EXAMPLES_PREFIX/com.nokia.mt.grue/plugins/sensors +} + -- cgit v1.2.3