From 3f95bcc5150d98f38ff5317589016a46fbb505ef Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 2 Jan 2012 23:38:29 +0100 Subject: Removing QtCreator <2.4 .pro file workarounds --- sowatchd/sowatchd.pro | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'sowatchd') diff --git a/sowatchd/sowatchd.pro b/sowatchd/sowatchd.pro index 1ffe3e3..5c195c6 100644 --- a/sowatchd/sowatchd.pro +++ b/sowatchd/sowatchd.pro @@ -25,18 +25,21 @@ else:unix: LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch INCLUDEPATH += $$PWD/../libsowatch DEPENDPATH += $$PWD/../libsowatch +xml.files = service.xml +INSTALLS += xml + unix { !isEmpty(MEEGO_VERSION_MAJOR)|maemo5 { QMAKE_RPATHDIR += /opt/sowatch/lib target.path = /opt/sowatch/bin + xml.path = /opt/sowatch/xml } else { target.path = /usr/bin + xml.path = /usr/share/sowatch/xml } INSTALLS += target -} -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 + dbus.path = /usr/share/dbus-1/services + dbus.files = com.javispedro.sowatch.service.sowatch-service.service + INSTALLS += dbus +} -- cgit v1.2.3