summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-05-23 13:40:10 +1000
committerAlex <qt-info@nokia.com>2011-05-23 13:40:10 +1000
commit2a82e025781db2e573b7bd6046e46710cc027eb0 (patch)
tree96e9bfc80d380bedc4f7ce0c1e6b3f15a1abc9d0
parent660805caba6a45934f8def8f0c203837ddbed098 (diff)
Fix Qt coding style issues (no white space at end of line)
-rw-r--r--src/imports/sensors/sensors.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/sensors/sensors.pro b/src/imports/sensors/sensors.pro
index b819829f..1c462a08 100644
--- a/src/imports/sensors/sensors.pro
+++ b/src/imports/sensors/sensors.pro
@@ -8,7 +8,7 @@ include(../qimportbase.pri)
QT += declarative sensors
-SOURCES += sensors.cpp
+SOURCES += sensors.cpp
DESTDIR = $$QT.sensors.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
@@ -26,7 +26,7 @@ symbian {
# 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.sources = $$DESTDIR/declarative_sensors$${QT_LIBINFIX}.dll qmldir
importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
DEPLOYMENT = importFiles
}