summaryrefslogtreecommitdiff
path: root/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-04-03 22:55:30 +0200
committerAndrew Branson <andrew.branson@jolla.com>2026-04-04 11:55:25 +0200
commita35c9fa159173388d88ef77e1d31f53488aad094 (patch)
treee4691b5bbf054ca13e35d98d9df653bf9cdc0054 /eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro
parent5f999f7a4712c4a4d1c89054b544064cfd4b769e (diff)
Generalize for all fediverse accounts
Diffstat (limited to 'eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro')
-rw-r--r--eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro64
1 files changed, 0 insertions, 64 deletions
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro b/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro
deleted file mode 100644
index 04be215..0000000
--- a/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro
+++ /dev/null
@@ -1,64 +0,0 @@
-# SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-
-TEMPLATE = lib
-TARGET = jollaeventsviewmastodonplugin
-TARGET = $$qtLibraryTarget($$TARGET)
-
-MODULENAME = com/jolla/eventsview/mastodon
-TARGETPATH = $$[QT_INSTALL_QML]/$$MODULENAME
-
-QT += qml network
-CONFIG += plugin link_pkgconfig
-PKGCONFIG += socialcache accounts-qt5 libsignon-qt5 sailfishaccounts
-
-include($$PWD/../../common/common.pri)
-
-TS_FILE = $$OUT_PWD/lipstick-jolla-home-mastodon.ts
-EE_QM = $$OUT_PWD/lipstick-jolla-home-mastodon_eng_en.qm
-
-ts.commands += lupdate $$PWD -ts $$TS_FILE
-ts.CONFIG += no_check_exist no_link
-ts.output = $$TS_FILE
-ts.input = .
-
-ts_install.files = $$TS_FILE
-ts_install.path = /usr/share/translations/source
-ts_install.CONFIG += no_check_exist
-
-# should add -markuntranslated "-" when proper translations are in place (or for testing)
-engineering_english.commands += lrelease -idbased $$TS_FILE -qm $$EE_QM
-engineering_english.CONFIG += no_check_exist no_link
-engineering_english.depends = ts
-engineering_english.input = $$TS_FILE
-engineering_english.output = $$EE_QM
-
-engineering_english_install.path = /usr/share/translations
-engineering_english_install.files = $$EE_QM
-engineering_english_install.CONFIG += no_check_exist
-
-QMAKE_EXTRA_TARGETS += ts engineering_english
-PRE_TARGETDEPS += ts engineering_english
-
-INSTALLS += ts_install engineering_english_install
-
-HEADERS += \
- mastodonpostactions.h \
- mastodonpostsmodel.h
-
-SOURCES += \
- mastodonpostactions.cpp \
- mastodonpostsmodel.cpp \
- plugin.cpp
-
-qml.files = mastodon-delegate.qml MastodonFeedItem.qml
-qml.path = /usr/share/lipstick/eventfeed/
-
-import.files = qmldir
-import.path = $$TARGETPATH
-target.path = $$TARGETPATH
-
-OTHER_FILES += $$qml.files $$import.files
-
-INSTALLS += target import qml