From 393b71d6464224b5d7c5c64c795190253cbd3b9f Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 10 Dec 2011 17:19:01 +0100 Subject: Cleaning up everything for a Fremantle build --- sowatchd/sowatchd.pro | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'sowatchd') 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 -- cgit v1.2.3