summaryrefslogtreecommitdiffstats
path: root/chicken-wranglers/src/control/control.pri
diff options
context:
space:
mode:
Diffstat (limited to 'chicken-wranglers/src/control/control.pri')
-rw-r--r--chicken-wranglers/src/control/control.pri16
1 files changed, 16 insertions, 0 deletions
diff --git a/chicken-wranglers/src/control/control.pri b/chicken-wranglers/src/control/control.pri
new file mode 100644
index 0000000..50f950d
--- /dev/null
+++ b/chicken-wranglers/src/control/control.pri
@@ -0,0 +1,16 @@
+maemo5 {
+ CONFIG += mobility12
+} else {
+ CONFIG += mobility
+}
+MOBILITY += sensors
+
+PATH = $$PWD
+
+HEADERS += \
+ $$PATH/control.h \
+ $$PATH/sensormovement.h
+
+SOURCES += \
+ $$PATH/control.cpp \
+ $$PATH/sensormovement.cpp