From 69628390815254297bbd8c95436f6780fa846fae Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 10 Feb 2026 23:16:37 +0100 Subject: Translations fixed and other stuff --- .../accounts-translations-plugin.pro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 settings/accounts-translations-plugin/accounts-translations-plugin.pro (limited to 'settings/accounts-translations-plugin/accounts-translations-plugin.pro') diff --git a/settings/accounts-translations-plugin/accounts-translations-plugin.pro b/settings/accounts-translations-plugin/accounts-translations-plugin.pro new file mode 100644 index 0000000..48b5a84 --- /dev/null +++ b/settings/accounts-translations-plugin/accounts-translations-plugin.pro @@ -0,0 +1,17 @@ +TEMPLATE = lib +TARGET = mastodonaccountstranslationsplugin +TARGET = $$qtLibraryTarget($$TARGET) + +MODULENAME = com/jolla/settings/accounts/mastodon +TARGETPATH = $$[QT_INSTALL_QML]/$$MODULENAME + +QT += qml +CONFIG += plugin + +SOURCES += plugin.cpp + +target.path = $$TARGETPATH +qmldir.files = qmldir +qmldir.path = $$TARGETPATH + +INSTALLS += target qmldir -- cgit v1.2.3