summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/lib/lib.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grue/lib/lib.pro')
-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
+