summaryrefslogtreecommitdiff
path: root/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-02-12 12:34:14 +0100
committerAndrew Branson <andrew.branson@jolla.com>2026-02-12 15:05:57 +0100
commitbce74e963abeb96a9c335f5461611dee544abc4c (patch)
treeca584a97f1094212c79942702c6b96f6c66029c0 /eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro
parent6ec21cf79e0103b874086089673800bd32fc6bea (diff)
Enhance Mastodon post actions and metadata handling for reblogs and favourites
Diffstat (limited to 'eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro')
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro6
1 files changed, 4 insertions, 2 deletions
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