From 10103b5649a8e0a0450f6de14635f0f07f52485d Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 7 Oct 2011 16:35:46 +1000 Subject: Grue Sensor installation and device testing. Some installation things needed to be tweaked. Appearance on devices needed to be updated. Change-Id: I62ab94212ff1ee8b3778f4492e60b33b29d68927 Reviewed-on: http://codereview.qt-project.org/6225 Reviewed-by: Qt Sanity Bot Reviewed-by: Lincoln Ramsay --- examples/sensors/grue/plugin/plugin.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/sensors/grue/plugin') diff --git a/examples/sensors/grue/plugin/plugin.pro b/examples/sensors/grue/plugin/plugin.pro index fed8460b..9ff080f6 100644 --- a/examples/sensors/grue/plugin/plugin.pro +++ b/examples/sensors/grue/plugin/plugin.pro @@ -6,7 +6,7 @@ PLUGIN_TYPE = sensors QT = core sensors INCLUDEPATH += $$PWD/../lib -LIBS += -L$$QT.sensors.libs -lgruesensor +LIBS += -L$$PWD/../lib -lgruesensor HEADERS += gruesensorimpl.h\ @@ -18,3 +18,6 @@ symbian { TARGET.CAPABILITY = ALL -TCB } +target.path=$$[QT_INSTALL_PLUGINS]/sensors +INSTALLS += target + -- cgit v1.2.3