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 /sailfish-account-mastodon.pro | |
Initial commit
Diffstat (limited to 'sailfish-account-mastodon.pro')
| -rw-r--r-- | sailfish-account-mastodon.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sailfish-account-mastodon.pro b/sailfish-account-mastodon.pro new file mode 100644 index 0000000..3a8f747 --- /dev/null +++ b/sailfish-account-mastodon.pro @@ -0,0 +1,14 @@ +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-mastodon.spec |
