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 /buteo-plugins/buteo-sync-plugin-mastodon-posts/buteo-sync-plugin-mastodon-posts.pro | |
| parent | 60d8504a8b5b0d5e5fa40c4ab7df8e5f98c88e32 (diff) | |
Use shared buteo-common, and separate notifications
Diffstat (limited to 'buteo-plugins/buteo-sync-plugin-mastodon-posts/buteo-sync-plugin-mastodon-posts.pro')
| -rw-r--r-- | buteo-plugins/buteo-sync-plugin-mastodon-posts/buteo-sync-plugin-mastodon-posts.pro | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/buteo-plugins/buteo-sync-plugin-mastodon-posts/buteo-sync-plugin-mastodon-posts.pro b/buteo-plugins/buteo-sync-plugin-mastodon-posts/buteo-sync-plugin-mastodon-posts.pro index 86387b2..2f3fb5e 100644 --- a/buteo-plugins/buteo-sync-plugin-mastodon-posts/buteo-sync-plugin-mastodon-posts.pro +++ b/buteo-plugins/buteo-sync-plugin-mastodon-posts/buteo-sync-plugin-mastodon-posts.pro @@ -2,11 +2,17 @@ TARGET = mastodon-posts-client QT -= gui -include($$PWD/../buteo-common/buteo-common.pri) include($$PWD/../../common/common.pri) CONFIG += link_pkgconfig -PKGCONFIG += mlite5 nemonotifications-qt5 +PKGCONFIG += \ + buteosocialcommon \ + socialcache \ + accounts-qt5 \ + buteosyncfw5 \ + libsignon-qt5 \ + mlite5 \ + nemonotifications-qt5 INCLUDEPATH += $$PWD |
