summaryrefslogtreecommitdiff
path: root/metawatchwatchlets/metawatchwatchlets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'metawatchwatchlets/metawatchwatchlets.pro')
-rw-r--r--metawatchwatchlets/metawatchwatchlets.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/metawatchwatchlets/metawatchwatchlets.pro b/metawatchwatchlets/metawatchwatchlets.pro
index f4393e4..af6dcdb 100644
--- a/metawatchwatchlets/metawatchwatchlets.pro
+++ b/metawatchwatchlets/metawatchwatchlets.pro
@@ -2,11 +2,13 @@ TARGET = metawatchwatchlets
TEMPLATE = lib
CONFIG += plugin
-SOURCES += metawatchwatchletsplugin.cpp metawatchfacewatchlet.cpp
+SOURCES += metawatchwatchletsplugin.cpp \
+ metawatchfacewatchlet.cpp metawatchnotificationwatchlet.cpp
-HEADERS += metawatchwatchletsplugin.h metawatchfacewatchlet.h
+HEADERS += metawatchwatchletsplugin.h \
+ metawatchfacewatchlet.h metawatchnotificationwatchlet.h
-qml_files.files = metawatch-digital-watchface.qml
+qml_files.files = metawatch-digital-watchface.qml metawatch-digital-notification.qml
LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch
INCLUDEPATH += $$PWD/../libsowatch