summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/plugin
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-18 10:04:20 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-18 02:08:01 +0200
commit5651ed3aca1b6df31187b8b9a42030f69666defa (patch)
treead49de20b13473bf3637bc2111b91dd0157de2dd /examples/sensors/grue/plugin
parenta3ee9bc23ead3ca88cb6787ca7add085d1d8ffcc (diff)
Fix linking of the grue sensor example
This got through the CI gate because it doesn't test shadow building. Change-Id: I690c3342a207662463b154e439d9a4faf3ea2002 Reviewed-by: Daniel Kovacic <daniel.kovacic@nokia.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'examples/sensors/grue/plugin')
-rw-r--r--examples/sensors/grue/plugin/plugin.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/grue/plugin/plugin.pro b/examples/sensors/grue/plugin/plugin.pro
index 9ff080f6..d325e001 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$$PWD/../lib -lgruesensor
+LIBS += -L$$OUT_PWD/../lib -lgruesensor
HEADERS += gruesensorimpl.h\