diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-03-19 16:48:51 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-03-19 16:48:51 +0100 |
| commit | c08a37b96fec1706a1eb560255d487ec6c8a05dc (patch) | |
| tree | 5f2c3f059a5bce53e2bd189a40fd50c2a68d555d /settings/accounts/accounts.pro | |
| parent | 5fe5ede124da1824fd3b055ec480bf9ce4a5b83f (diff) | |
Sync with main
Diffstat (limited to 'settings/accounts/accounts.pro')
| -rw-r--r-- | settings/accounts/accounts.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/accounts/accounts.pro b/settings/accounts/accounts.pro index d451438..190ee17 100644 --- a/settings/accounts/accounts.pro +++ b/settings/accounts/accounts.pro @@ -28,6 +28,7 @@ PRE_TARGETDEPS += ts engineering_english OTHER_FILES += \ $$PWD/providers/mastodon.provider \ $$PWD/services/mastodon-microblog.service \ + $$PWD/services/mastodon-notifications.service \ $$PWD/services/mastodon-sharing.service \ $$PWD/ui/MastodonSettingsDisplay.qml \ $$PWD/ui/mastodon.qml \ @@ -39,6 +40,7 @@ provider.path = /usr/share/accounts/providers/ services.files += \ $$PWD/services/mastodon-microblog.service \ + $$PWD/services/mastodon-notifications.service \ $$PWD/services/mastodon-sharing.service services.path = /usr/share/accounts/services/ |
