qtmobility/plugins/sensors/symbian/symbian.pro
changeset 11 06b8e2af4411
parent 8 71781823f776
child 14 6fbed849b4f4
--- a/qtmobility/plugins/sensors/symbian/symbian.pro	Thu May 27 13:42:11 2010 +0300
+++ b/qtmobility/plugins/sensors/symbian/symbian.pro	Fri Jun 11 14:26:25 2010 +0300
@@ -1,16 +1,16 @@
 INCLUDEPATH+=../../../src/sensors
 INCLUDEPATH+=../../sensors \epoc32\include\osextensions
 
-include(version.pri)
-#include(symbian.pri)
-include(../../../common.pri)
-
 PLUGIN_TYPE = sensors
 
 TEMPLATE = lib
 CONFIG += plugin
 TARGET = $$qtLibraryTarget(qtsensors_sym)
 
+include(version.pri)
+#include(symbian.pri)
+include(../../../common.pri)
+
 SOURCES +=  \			
 			sensorbackendsym.cpp \
 			proximitysensorsym.cpp \
@@ -52,16 +52,11 @@
     LIBS += -lsensrvutil   
 }
 symbian: {
-# Load predefined include paths (e.g. QT_PLUGINS_BASE_DIR) to be used in the pro-files
-load(data_caging_paths)
+    # Load predefined include paths (e.g. QT_PLUGINS_BASE_DIR) to be used in the pro-files
+    load(data_caging_paths)
  
-# Defines plugin files into Symbian .pkg package
-pluginDep.sources = qtsensors_sym.dll
-pluginDep.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
-DEPLOYMENT += pluginDep
+    # Defines plugin files into Symbian .pkg package
+    pluginDep.sources = qtsensors_sym.dll
+    pluginDep.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
+    DEPLOYMENT += pluginDep
 }
-
-target.path=$${QT_MOBILITY_PREFIX}/plugins/$${PLUGIN_TYPE}
-maemo6:target.path=$$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
-INSTALLS += target
-