From bce74e963abeb96a9c335f5461611dee544abc4c Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 12 Feb 2026 12:34:14 +0100 Subject: Enhance Mastodon post actions and metadata handling for reblogs and favourites --- .../eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro') diff --git a/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro b/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro index 229f38a..109478e 100644 --- a/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro +++ b/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro @@ -5,9 +5,9 @@ TARGET = $$qtLibraryTarget($$TARGET) MODULENAME = com/jolla/eventsview/mastodon TARGETPATH = $$[QT_INSTALL_QML]/$$MODULENAME -QT += qml +QT += qml network CONFIG += plugin link_pkgconfig -PKGCONFIG += socialcache +PKGCONFIG += socialcache accounts-qt5 libsignon-qt5 sailfishaccounts include($$PWD/../../common/common.pri) @@ -42,10 +42,12 @@ INSTALLS += ts_install engineering_english_install HEADERS += \ abstractsocialcachemodel.h \ abstractsocialcachemodel_p.h \ + mastodonpostactions.h \ mastodonpostsmodel.h SOURCES += \ abstractsocialcachemodel.cpp \ + mastodonpostactions.cpp \ mastodonpostsmodel.cpp \ plugin.cpp -- cgit v1.2.3