From 4351f4627ba9e71775438dd26c9acddd002c7e11 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 10 Feb 2026 10:41:02 +0100 Subject: Initial commit --- .../mastodonshareplugin/mastodonshareplugin.pro | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro (limited to 'transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro') diff --git a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro b/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro new file mode 100644 index 0000000..6de949e --- /dev/null +++ b/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro @@ -0,0 +1,25 @@ +TEMPLATE = lib +TARGET = $$qtLibraryTarget(mastodonshareplugin) +CONFIG += plugin +DEPENDPATH += . +INCLUDEPATH += .. + +CONFIG += link_pkgconfig +PKGCONFIG += nemotransferengine-qt5 accounts-qt5 sailfishaccounts libsignon-qt5 + +HEADERS += mastodonshareplugin.h \ + mastodonplugininfo.h \ + ../mastodonshareservicestatus.h + +SOURCES += mastodonshareplugin.cpp \ + mastodonplugininfo.cpp \ + ../mastodonshareservicestatus.cpp + +target.path = $$[QT_INSTALL_LIBS]/nemo-transferengine/plugins/sharing + +OTHER_FILES += *.qml + +shareui.files = MastodonShareImage.qml +shareui.path = /usr/share/nemo-transferengine/plugins/sharing + +INSTALLS += target shareui -- cgit v1.2.3