From 4351f4627ba9e71775438dd26c9acddd002c7e11 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 10 Feb 2026 10:41:02 +0100 Subject: Initial commit --- .../mastodontransferplugin.pro | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 transferengine-plugins/mastodontransferplugin/mastodontransferplugin.pro (limited to 'transferengine-plugins/mastodontransferplugin/mastodontransferplugin.pro') diff --git a/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.pro b/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.pro new file mode 100644 index 0000000..b37bf17 --- /dev/null +++ b/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.pro @@ -0,0 +1,24 @@ +TEMPLATE = lib +TARGET = $$qtLibraryTarget(mastodontransferplugin) +CONFIG += plugin +DEPENDPATH += . +INCLUDEPATH += .. + +QT += network + +CONFIG += link_pkgconfig +PKGCONFIG += nemotransferengine-qt5 accounts-qt5 sailfishaccounts libsignon-qt5 + +HEADERS += mastodontransferplugin.h \ + mastodonuploader.h \ + ../mastodonshareservicestatus.h \ + mastodonapi.h + +SOURCES += mastodontransferplugin.cpp \ + mastodonuploader.cpp \ + ../mastodonshareservicestatus.cpp \ + mastodonapi.cpp + +target.path = $$[QT_INSTALL_LIBS]/nemo-transferengine/plugins/transfer + +INSTALLS += target -- cgit v1.2.3