summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/plugin/plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grue/plugin/plugin.pro')
-rw-r--r--examples/sensors/grue/plugin/plugin.pro5
1 files changed, 4 insertions, 1 deletions
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
+