equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 TARGET = maemo6sensorplugin |
|
3 DEPENDPATH += . |
|
4 INCLUDEPATH += . |
|
5 QT += dbus |
|
6 QT += network |
|
7 CONFIG += plugin |
|
8 CONFIG += sensord |
|
9 CONFIG += link_pkgconfig |
|
10 CONFIG += mobility |
|
11 HEADERS += maemo6sensorbase.h \ |
|
12 maemo6accelerometer.h \ |
|
13 maemo6als.h \ |
|
14 maemo6compass.h \ |
|
15 maemo6magnetometer.h \ |
|
16 maemo6orientationsensor.h \ |
|
17 maemo6proximitysensor.h \ |
|
18 maemo6rotationsensor.h \ |
|
19 maemo6tapsensor.h |
|
20 SOURCES += maemo6sensorbase.cpp \ |
|
21 maemo6accelerometer.cpp \ |
|
22 maemo6als.cpp \ |
|
23 maemo6compass.cpp \ |
|
24 maemo6magnetometer.cpp \ |
|
25 maemo6orientationsensor.cpp \ |
|
26 maemo6proximitysensor.cpp \ |
|
27 maemo6rotationsensor.cpp \ |
|
28 maemo6tapsensor.cpp \ |
|
29 main.cpp |
|
30 target.path = /usr/lib/qt4/plugins/sensors |
|
31 INSTALLS += target |