qtmobility/examples/sensors/grueplugin/grueplugin.pro
changeset 11 06b8e2af4411
parent 8 71781823f776
child 14 6fbed849b4f4
--- a/qtmobility/examples/sensors/grueplugin/grueplugin.pro	Thu May 27 13:42:11 2010 +0300
+++ b/qtmobility/examples/sensors/grueplugin/grueplugin.pro	Fri Jun 11 14:26:25 2010 +0300
@@ -1,14 +1,15 @@
+TEMPLATE = lib
+CONFIG += plugin
+TARGET = $$qtLibraryTarget(qtsensors_grueplugin)
+PLUGIN_TYPE = sensors
+
 INCLUDEPATH+=../../../src/sensors
 
 include(version.pri)
 include(grueplugin.pri)
-include(../../../common.pri)
-
-PLUGIN_TYPE = sensors
+include(../../examples.pri)
 
-TEMPLATE = lib
-CONFIG += plugin
-TARGET = $$qtLibraryTarget(sensors_grueplugin)
+
 symbian:TARGET.EPOCALLOWDLLDATA = 1
 
 QT=core
@@ -16,7 +17,3 @@
 MOBILITY+=sensors
 
 CONFIG+=strict_flags
-
-target.path = $${QT_MOBILITY_PREFIX}/plugins/$${PLUGIN_TYPE}
-maemo6:target.path=$$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
-INSTALLS += target