From 9b5b7ee332a5109827074bcd5522f833add9f54c Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 22 Jun 2012 15:03:31 +1000 Subject: Cleanup last Symbian remnants in QtSensors Change-Id: I35eb858cad41167ac6bbbf17e48571965f34f8ca Reviewed-by: Lorn Potter --- src/imports/sensors2/qsensors2import.pri | 7 ------- src/imports/sensors2/sensors2.pro | 13 ------------- 2 files changed, 20 deletions(-) (limited to 'src/imports/sensors2') diff --git a/src/imports/sensors2/qsensors2import.pri b/src/imports/sensors2/qsensors2import.pri index d5cfeffc..f8be980b 100644 --- a/src/imports/sensors2/qsensors2import.pri +++ b/src/imports/sensors2/qsensors2import.pri @@ -1,6 +1,5 @@ load(qt_module) -symbian:load(qt_plugin) TEMPLATE = lib CONFIG += qt plugin @@ -30,9 +29,3 @@ contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols load(qt_targets) wince*:LIBS += $$QMAKE_LIBS_GUI - -symbian: { - TARGET.EPOCALLOWDLLDATA=1 - TARGET.CAPABILITY = All -Tcb - load(armcc_warnings) -} diff --git a/src/imports/sensors2/sensors2.pro b/src/imports/sensors2/sensors2.pro index 6779878c..fb6be47e 100644 --- a/src/imports/sensors2/sensors2.pro +++ b/src/imports/sensors2/sensors2.pro @@ -29,19 +29,6 @@ qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH INSTALLS += target qmldir -symbian { - # In Symbian, a library should enjoy _largest_ possible capability set. - TARGET.CAPABILITY = ALL -TCB - # Allow writable DLL data - TARGET.EPOCALLOWDLLDATA = 1 - # Target UID, makes every Symbian app unique - TARGET.UID3 = 0x20021324 - # Specifies what files shall be deployed: the plugin itself and the qmldir file. - importFiles.sources = $$DESTDIR/declarative_sensors$${QT_LIBINFIX}.dll qmldir - importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH - DEPLOYMENT = importFiles - } - OTHER_FILES += \ plugin.json qmldir plugin.qmltypes -- cgit v1.2.3