diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-04-03 22:55:30 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-04-04 11:55:25 +0200 |
| commit | a35c9fa159173388d88ef77e1d31f53488aad094 (patch) | |
| tree | e4691b5bbf054ca13e35d98d9df653bf9cdc0054 /sailfish-account-fediverse.pro | |
| parent | 5f999f7a4712c4a4d1c89054b544064cfd4b769e (diff) | |
Generalize for all fediverse accounts
Diffstat (limited to 'sailfish-account-fediverse.pro')
| -rw-r--r-- | sailfish-account-fediverse.pro | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sailfish-account-fediverse.pro b/sailfish-account-fediverse.pro new file mode 100644 index 0000000..7be0bff --- /dev/null +++ b/sailfish-account-fediverse.pro @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd. +# +# SPDX-License-Identifier: BSD-3-Clause + +TEMPLATE = subdirs +SUBDIRS += \ + common \ + settings \ + transferengine-plugins \ + buteo-plugins \ + eventsview-plugins \ + icons + +buteo-plugins.depends = common +transferengine-plugins.depends = common +eventsview-plugins.depends = common + +OTHER_FILES += rpm/sailfish-account-fediverse.spec |
