From b9b1829dbc50534190c8b81f91ee477af6971834 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 14 Sep 2014 14:11:26 +0200 Subject: addign watch properties, starting notification work --- salmeta.pro | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'salmeta.pro') diff --git a/salmeta.pro b/salmeta.pro index acc91c4..4a75956 100644 --- a/salmeta.pro +++ b/salmeta.pro @@ -18,7 +18,9 @@ SOURCES += src/salmeta.cpp \ src/notificationmonitor.cpp \ src/widgetinfo.cpp \ src/widgetinfomodel.cpp \ - src/availablewidgetsmodel.cpp + src/availablewidgetsmodel.cpp \ + src/notificationadaptor.cpp \ + src/notification.cpp HEADERS += \ src/controller.h \ @@ -29,7 +31,9 @@ HEADERS += \ src/notificationmonitor.h \ src/widgetinfo.h \ src/widgetinfomodel.h \ - src/availablewidgetsmodel.h + src/availablewidgetsmodel.h \ + src/notificationadaptor.h \ + src/notification.h OTHER_FILES += qml/salmeta.qml \ qml/cover/CoverPage.qml \ @@ -43,6 +47,7 @@ OTHER_FILES += qml/salmeta.qml \ qml/pages/MainPage.qml \ qml/watch/WidgetView.qml \ qml/pages/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 -- cgit v1.2.3