From e8781ec2d43ec3f7f905e20fc76b1910e83ee0c8 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 17 Oct 2011 20:54:22 +0200 Subject: Major change: sowatchd is now a QtM service --- sowatchd/sowatchd.pro | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'sowatchd/sowatchd.pro') diff --git a/sowatchd/sowatchd.pro b/sowatchd/sowatchd.pro index 1e02404..af13c9e 100644 --- a/sowatchd/sowatchd.pro +++ b/sowatchd/sowatchd.pro @@ -9,11 +9,13 @@ TEMPLATE = app TARGET = sowatchd QT += core gui -CONFIG += console +CONFIG += mobility CONFIG -= app_bundle +MOBILITY += serviceframework SOURCES += main.cpp \ - daemon.cpp + daemon.cpp \ + service.cpp 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 @@ -24,8 +26,9 @@ INCLUDEPATH += $$PWD/../libsowatch DEPENDPATH += $$PWD/../libsowatch unix { - maemo5 { - target.path = /opt/sowatch + !isEmpty(MEEGO_VERSION_MAJOR)|maemo5 { + QMAKE_RPATHDIR += /opt/sowatch/lib + target.path = /opt/sowatch/bin } else { target.path = /usr/bin } @@ -33,6 +36,12 @@ unix { } HEADERS += \ - daemon.h - - + daemon.h \ + service.h \ + global.h + +xml.path = /opt/sowatch/xml +xml.files = service.xml +dbus.path = /usr/share/dbus-1/services +dbus.files = com.javispedro.sowatch.service.sowatch-service.service +INSTALLS += xml dbus -- cgit v1.2.3