summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/import/import.pro
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-04-27 14:04:44 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-27 07:12:42 +0200
commit54a1e5a4632d8cce6964b20cb5a6c474daf9a1e2 (patch)
tree9dffe765f89d28e272bd34462a830b1b7d92db6c /examples/sensors/grue/import/import.pro
parent09fe2e61de1dd9f195ac0d7232bc4db0c381d1b1 (diff)
downloadqtsensors-54a1e5a4632d8cce6964b20cb5a6c474daf9a1e2.tar.gz
Fix the Grue sensor example
QtUiTest (and possibly other things) will conspire to ensure our loading hack does not work. Do it the foolproof way instead. Change-Id: I4bb094a43498c2a58da2ed7fc656280ab40d5f06 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'examples/sensors/grue/import/import.pro')
-rw-r--r--examples/sensors/grue/import/import.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/grue/import/import.pro b/examples/sensors/grue/import/import.pro
index 1f74fa3..753e1ef 100644
--- a/examples/sensors/grue/import/import.pro
+++ b/examples/sensors/grue/import/import.pro
@@ -28,6 +28,6 @@ OTHER_FILES += \
!isEmpty(EXAMPLES_PREFIX) {
QMAKE_LFLAGS += -Wl,-rpath,$$EXAMPLES_PREFIX/com.nokia.mt.grue/lib
- DEFINES += "BUNDLED_PLUGIN=\\\"$$EXAMPLES_PREFIX/com.nokia.mt.grue/plugins\\\""
+ DEFINES += "BUNDLED_PLUGIN=\\\"$$EXAMPLES_PREFIX/com.nokia.mt.grue/plugins/sensors/libqtsensors_grue.so\\\""
}