From 5651ed3aca1b6df31187b8b9a42030f69666defa Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Tue, 18 Oct 2011 10:04:20 +1000 Subject: 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 Reviewed-by: Lincoln Ramsay --- examples/sensors/grue/import/import.pro | 2 +- examples/sensors/grue/plugin/plugin.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/sensors/grue/import/import.pro b/examples/sensors/grue/import/import.pro index 7a31d3e6..f76b089d 100644 --- a/examples/sensors/grue/import/import.pro +++ b/examples/sensors/grue/import/import.pro @@ -6,7 +6,7 @@ include(qsensorsimport.pri) QT = declarative sensors INCLUDEPATH += $$PWD/../lib -LIBS += -L$$PWD/../lib -lgruesensor +LIBS += -L$$OUT_PWD/../lib -lgruesensor SOURCES = main.cpp 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\ -- cgit v1.2.3