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.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/sensors/grue/lib/lib.pro b/examples/sensors/grue/lib/lib.pro
index e048e607..9185e294 100644
--- a/examples/sensors/grue/lib/lib.pro
+++ b/examples/sensors/grue/lib/lib.pro
@@ -14,14 +14,3 @@ SOURCES += gruesensor.cpp\
target.path=$$[QT_INSTALL_LIBS]
INSTALLS += target
-
-MT_SYSROOT=$$(MT_SYSROOT)
-!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
-!isEmpty(EXAMPLES_PREFIX) {
- target.path = $$EXAMPLES_PREFIX/com.nokia.mt.grue/lib
- remove_so.commands = "rm $(INSTALL_ROOT)$${target.path}/lib$${TARGET}.so"
- remove_so.CONFIG = no_path
- remove_so.depends = install_target
- INSTALLS += remove_so
-}
-