From 0b9869b23af94f1935839568d62fa7b849f9e5d0 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 10 Feb 2026 17:29:54 +0100 Subject: Notifications --- .../buteo-sync-plugin-mastodon-notifications.pro | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 buteo-plugins/buteo-sync-plugin-mastodon-notifications/buteo-sync-plugin-mastodon-notifications.pro (limited to 'buteo-plugins/buteo-sync-plugin-mastodon-notifications/buteo-sync-plugin-mastodon-notifications.pro') diff --git a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/buteo-sync-plugin-mastodon-notifications.pro b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/buteo-sync-plugin-mastodon-notifications.pro new file mode 100644 index 0000000..81060b1 --- /dev/null +++ b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/buteo-sync-plugin-mastodon-notifications.pro @@ -0,0 +1,37 @@ +TARGET = mastodon-notifications-client + +QT -= gui + +include($$PWD/../buteo-common/buteo-common.pri) +include($$PWD/../../common/common.pri) + +CONFIG += link_pkgconfig +PKGCONFIG += mlite5 nemonotifications-qt5 + +INCLUDEPATH += $$PWD + +SOURCES += \ + $$PWD/mastodondatatypesyncadaptor.cpp \ + $$PWD/mastodonnotificationsplugin.cpp \ + $$PWD/mastodonnotificationssyncadaptor.cpp + +HEADERS += \ + $$PWD/mastodondatatypesyncadaptor.h \ + $$PWD/mastodonnotificationsplugin.h \ + $$PWD/mastodonnotificationssyncadaptor.h + +OTHER_FILES += \ + $$PWD/mastodon-notifications.xml \ + $$PWD/mastodon.Notifications.xml + +TEMPLATE = lib +CONFIG += plugin +target.path = $$[QT_INSTALL_LIBS]/buteo-plugins-qt5/oopp + +sync.path = /etc/buteo/profiles/sync +sync.files = mastodon.Notifications.xml + +client.path = /etc/buteo/profiles/client +client.files = mastodon-notifications.xml + +INSTALLS += target sync client -- cgit v1.2.3