From 2a82e025781db2e573b7bd6046e46710cc027eb0 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 23 May 2011 13:40:10 +1000 Subject: Fix Qt coding style issues (no white space at end of line) --- src/imports/sensors/sensors.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports') 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 } -- cgit v1.2.3