diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-04-03 22:55:30 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-04-04 11:55:25 +0200 |
| commit | a35c9fa159173388d88ef77e1d31f53488aad094 (patch) | |
| tree | e4691b5bbf054ca13e35d98d9df653bf9cdc0054 /transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro | |
| parent | 5f999f7a4712c4a4d1c89054b544064cfd4b769e (diff) | |
Generalize for all fediverse accounts
Diffstat (limited to 'transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro')
| -rw-r--r-- | transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro b/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro deleted file mode 100644 index 59fb7e1..0000000 --- a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro +++ /dev/null @@ -1,30 +0,0 @@ -# SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd. -# -# SPDX-License-Identifier: BSD-3-Clause - -TEMPLATE = lib -TARGET = $$qtLibraryTarget(mastodonshareplugin) -CONFIG += plugin -DEPENDPATH += . -INCLUDEPATH += .. -INCLUDEPATH += ../../common - -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 = MastodonSharePost.qml -shareui.path = /usr/share/nemo-transferengine/plugins/sharing - -INSTALLS += target shareui |
