summaryrefslogtreecommitdiffstats
path: root/src/sensors/sensors.pro
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/sensors/sensors.pro
parentaacc64fbcf66d9a50dedb974b7e2fce86da4d5cf (diff)
Cleanup last Symbian remnants in QtSensors
Change-Id: I35eb858cad41167ac6bbbf17e48571965f34f8ca Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'src/sensors/sensors.pro')
-rw-r--r--src/sensors/sensors.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/sensors/sensors.pro b/src/sensors/sensors.pro
index c10e5b1e..cfba0f1e 100644
--- a/src/sensors/sensors.pro
+++ b/src/sensors/sensors.pro
@@ -24,23 +24,6 @@ HEADERS += qtsensorsversion.h
QMAKE_DOCS = $$PWD/../../doc/config/qtsensors.qdocconf
-symbian {
- TARGET.CAPABILITY = ALL -TCB
- TARGET.UID3 = 0x2002BFC0
-
- ### Sensors
- # Main library
- SENSORS_DEPLOYMENT.sources = QtSensors.dll
- SENSORS_DEPLOYMENT.path = /sys/bin
- DEPLOYMENT += SENSORS_DEPLOYMENT
- LIBS += -lefsrv
-
- # We break on Symbian^3 unless we have this include (normally obtained by linking to QtGui)
- load(platform_paths)
- INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
-
-}
-
PUBLIC_HEADERS += \
qsensorbackend.h\
qsensormanager.h\