summaryrefslogtreecommitdiff
path: root/sowatchd
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-12-10 17:19:01 +0100
committerJavier S. Pedro <maemo@javispedro.com>2011-12-10 17:19:01 +0100
commit393b71d6464224b5d7c5c64c795190253cbd3b9f (patch)
tree3e3039ef94d1a0ac79c18c7533f30efb63ffcb82 /sowatchd
parent847ac79bbfbb27afa7ae3a27453cd121d0e5f21a (diff)
downloadsowatch-393b71d6464224b5d7c5c64c795190253cbd3b9f.tar.gz
sowatch-393b71d6464224b5d7c5c64c795190253cbd3b9f.zip
Cleaning up everything for a Fremantle build
Diffstat (limited to 'sowatchd')
-rw-r--r--sowatchd/sowatchd.pro25
1 files changed, 10 insertions, 15 deletions
diff --git a/sowatchd/sowatchd.pro b/sowatchd/sowatchd.pro
index af13c9e..1ffe3e3 100644
--- a/sowatchd/sowatchd.pro
+++ b/sowatchd/sowatchd.pro
@@ -1,21 +1,21 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2011-09-17T04:55:26
-#
-#-------------------------------------------------
-
TEMPLATE = app
TARGET = sowatchd
QT += core gui
-CONFIG += mobility
CONFIG -= app_bundle
+
+# Qt Mobility 1.2
+maemo5 {
+ CONFIG += mobility12
+} else {
+ CONFIG += mobility
+}
MOBILITY += serviceframework
-SOURCES += main.cpp \
- daemon.cpp \
- service.cpp
+SOURCES += main.cpp daemon.cpp service.cpp
+
+HEADERS += global.h daemon.h service.h
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -lsowatch
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -lsowatch
@@ -35,11 +35,6 @@ unix {
INSTALLS += target
}
-HEADERS += \
- daemon.h \
- service.h \
- global.h
-
xml.path = /opt/sowatch/xml
xml.files = service.xml
dbus.path = /usr/share/dbus-1/services