summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/lib
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-07 16:35:46 +1000
committerLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-10 09:25:31 +1000
commit10103b5649a8e0a0450f6de14635f0f07f52485d (patch)
treeaea235cc94b15c3a2a17f327f5526451aa9fa8ab /examples/sensors/grue/lib
parenta53bcc52d0092b523781e8e731de3e476dc4d4b0 (diff)
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 <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'examples/sensors/grue/lib')
-rw-r--r--examples/sensors/grue/lib/lib.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/sensors/grue/lib/lib.pro b/examples/sensors/grue/lib/lib.pro
index 80bf1365..1cce4dae 100644
--- a/examples/sensors/grue/lib/lib.pro
+++ b/examples/sensors/grue/lib/lib.pro
@@ -8,10 +8,11 @@ HEADERS += gruesensor.h\
SOURCES += gruesensor.cpp\
-DESTDIR=$$QT.sensors.libs
-
symbian {
TARGET.EPOCALLOWDLLDATA = 1
TARGET.CAPABILITY = ALL -TCB
}
+target.path=$$[QT_INSTALL_LIBS]
+INSTALLS += target
+