summaryrefslogtreecommitdiffstats
path: root/src/imports/qtmsensors/qtmsensors.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/qtmsensors/qtmsensors.pro')
-rw-r--r--src/imports/qtmsensors/qtmsensors.pro29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/imports/qtmsensors/qtmsensors.pro b/src/imports/qtmsensors/qtmsensors.pro
deleted file mode 100644
index d09204e8..00000000
--- a/src/imports/qtmsensors/qtmsensors.pro
+++ /dev/null
@@ -1,29 +0,0 @@
-TARGET = declarative_qtmsensors
-TARGETPATH = QtMobility/sensors
-
-include(qsensorsimport.pri)
-
-QT = declarative qtmsensors
-
-SOURCES += sensors.cpp
-
-DESTDIR = $$QT.sensors.imports/$$TARGETPATH
-target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
-
-qmldir.files += $$PWD/qmldir
-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
- }