From d9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 15 Sep 2014 01:53:44 +0200 Subject: minimal notifications --- salmeta.pro | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'salmeta.pro') diff --git a/salmeta.pro b/salmeta.pro index ee13291..2a6014a 100644 --- a/salmeta.pro +++ b/salmeta.pro @@ -18,8 +18,7 @@ SOURCES += src/salmeta.cpp \ src/notificationmonitor.cpp \ src/widgetinfo.cpp \ src/widgetinfomodel.cpp \ - src/availablewidgetsmodel.cpp \ - src/notification.cpp + src/availablewidgetsmodel.cpp HEADERS += \ src/controller.h \ @@ -30,8 +29,7 @@ HEADERS += \ src/notificationmonitor.h \ src/widgetinfo.h \ src/widgetinfomodel.h \ - src/availablewidgetsmodel.h \ - src/notification.h + src/availablewidgetsmodel.h OTHER_FILES += qml/salmeta.qml \ qml/cover/CoverPage.qml \ @@ -47,7 +45,11 @@ OTHER_FILES += qml/salmeta.qml \ qml/watch/WatchView.qml qml/watch/add_widget.png \ qml/watch/faces/builtinface3.qml qml/watch/faces/builtinface3.png \ qml/watch/faces/builtinface4.qml qml/watch/faces/builtinface4.png \ - qml/pages/AddWidget.qml + qml/pages/AddWidget.qml \ + qml/watch/notification.png + +CONFIG += dbus +DBUS_ADAPTORS += src/org.freedesktop.Notifications.xml # to disable building translations every time, comment out the # following CONFIG line -- cgit v1.2.3