summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/sensors/sensors.pro
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2010-08-11 14:43:37 +1000
committerAlex <qt-info@nokia.com>2010-08-11 14:43:37 +1000
commit338536dd7a1bb36c353e713b193be952add30130 (patch)
tree58fcc80aa33ecd466b4b76b192bb0b7c4e112e08 /plugins/declarative/sensors/sensors.pro
parentb492dd71cf0a395520c701f9836da68d7bb4ac8d (diff)
more CRLF->LF conversions
Diffstat (limited to 'plugins/declarative/sensors/sensors.pro')
-rw-r--r--plugins/declarative/sensors/sensors.pro72
1 files changed, 36 insertions, 36 deletions
diff --git a/plugins/declarative/sensors/sensors.pro b/plugins/declarative/sensors/sensors.pro
index 05e1ff6ece..87fc42e94d 100644
--- a/plugins/declarative/sensors/sensors.pro
+++ b/plugins/declarative/sensors/sensors.pro
@@ -1,36 +1,36 @@
-INCLUDEPATH += ../../../src/sensors
-INCLUDEPATH += ../../../src/global
-
-TARGET = $$qtLibraryTarget(declarative_sensors)
-TEMPLATE = lib
-CONFIG += plugin
-TARGETPATH = QtMobility/sensors
-PLUGIN_TYPE = declarative
-include(../../../common.pri)
-
-QT += declarative
-
-SOURCES += sensors.cpp
-
-CONFIG += mobility
-MOBILITY += sensors
-
-target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
-
-qmldir.files += $$PWD/qmldir
-qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
-
-INSTALLS += 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
- }
+INCLUDEPATH += ../../../src/sensors
+INCLUDEPATH += ../../../src/global
+
+TARGET = $$qtLibraryTarget(declarative_sensors)
+TEMPLATE = lib
+CONFIG += plugin
+TARGETPATH = QtMobility/sensors
+PLUGIN_TYPE = declarative
+include(../../../common.pri)
+
+QT += declarative
+
+SOURCES += sensors.cpp
+
+CONFIG += mobility
+MOBILITY += sensors
+
+target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
+
+qmldir.files += $$PWD/qmldir
+qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
+
+INSTALLS += 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
+ }