diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 10:41:02 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 17:09:39 +0100 |
| commit | 4351f4627ba9e71775438dd26c9acddd002c7e11 (patch) | |
| tree | 3c72c980c5c81507109087bda67052b7ec8216b6 /settings/accounts/accounts.pro | |
Initial commit
Diffstat (limited to 'settings/accounts/accounts.pro')
| -rw-r--r-- | settings/accounts/accounts.pro | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/settings/accounts/accounts.pro b/settings/accounts/accounts.pro new file mode 100644 index 0000000..7adc97e --- /dev/null +++ b/settings/accounts/accounts.pro @@ -0,0 +1,27 @@ +TEMPLATE = aux + +OTHER_FILES += \ + $$PWD/providers/mastodon.provider \ + $$PWD/services/mastodon-microblog.service \ + $$PWD/services/mastodon-sharing.service \ + $$PWD/ui/MastodonSettingsDisplay.qml \ + $$PWD/ui/mastodon.qml \ + $$PWD/ui/mastodon-settings.qml \ + $$PWD/ui/mastodon-update.qml + +provider.files += $$PWD/providers/mastodon.provider +provider.path = /usr/share/accounts/providers/ + +services.files += \ + $$PWD/services/mastodon-microblog.service \ + $$PWD/services/mastodon-sharing.service +services.path = /usr/share/accounts/services/ + +ui.files += \ + $$PWD/ui/MastodonSettingsDisplay.qml \ + $$PWD/ui/mastodon.qml \ + $$PWD/ui/mastodon-settings.qml \ + $$PWD/ui/mastodon-update.qml +ui.path = /usr/share/accounts/ui/ + +INSTALLS += provider services ui |
