diff -r 90517678cc4f -r 453da2cfceef qtmobility/plugins/sensors/maemo6/maemo6.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/plugins/sensors/maemo6/maemo6.pro Fri May 14 16:41:33 2010 +0300 @@ -0,0 +1,31 @@ +TEMPLATE = lib +TARGET = maemo6sensorplugin +DEPENDPATH += . +INCLUDEPATH += . +QT += dbus +QT += network +CONFIG += plugin +CONFIG += sensord +CONFIG += link_pkgconfig +CONFIG += mobility +HEADERS += maemo6sensorbase.h \ + maemo6accelerometer.h \ + maemo6als.h \ + maemo6compass.h \ + maemo6magnetometer.h \ + maemo6orientationsensor.h \ + maemo6proximitysensor.h \ + maemo6rotationsensor.h \ + maemo6tapsensor.h +SOURCES += maemo6sensorbase.cpp \ + maemo6accelerometer.cpp \ + maemo6als.cpp \ + maemo6compass.cpp \ + maemo6magnetometer.cpp \ + maemo6orientationsensor.cpp \ + maemo6proximitysensor.cpp \ + maemo6rotationsensor.cpp \ + maemo6tapsensor.cpp \ + main.cpp +target.path = /usr/lib/qt4/plugins/sensors +INSTALLS += target