diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-19 13:21:57 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-19 13:21:57 +0100 |
| commit | f9a01cdd69d04a972c5d8611ba58237c9fefc336 (patch) | |
| tree | a42dcc02b38739713fb0c592b4a18bfc38e02e4b /settings/accounts/accounts.pro | |
| parent | 60d8504a8b5b0d5e5fa40c4ab7df8e5f98c88e32 (diff) | |
Use shared buteo-common, and separate notifications
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/ |
