summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/generic
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2012-06-22 15:03:31 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-22 08:19:04 +0200
commit9b5b7ee332a5109827074bcd5522f833add9f54c (patch)
tree6230376517fcbfdfd176cc791fba1185f3f56c7a /src/plugins/sensors/generic
parentaacc64fbcf66d9a50dedb974b7e2fce86da4d5cf (diff)
Cleanup last Symbian remnants in QtSensors
Change-Id: I35eb858cad41167ac6bbbf17e48571965f34f8ca Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'src/plugins/sensors/generic')
-rw-r--r--src/plugins/sensors/generic/generic.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/sensors/generic/generic.pro b/src/plugins/sensors/generic/generic.pro
index c5b2bab7..e33ac4eb 100644
--- a/src/plugins/sensors/generic/generic.pro
+++ b/src/plugins/sensors/generic/generic.pro
@@ -18,15 +18,5 @@ SOURCES += genericorientationsensor.cpp\
OTHER_FILES = plugin.json
-symbian {
- TARGET.EPOCALLOWDLLDATA = 1
- TARGET.UID3 = 0x2002BFC3
- TARGET.CAPABILITY = ALL -TCB
-
- pluginDep.sources = $${TARGET}.dll
- pluginDep.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
- DEPLOYMENT += pluginDep
-}
-
target.path += $$[QT_INSTALL_PLUGINS]/sensors
INSTALLS += target