summaryrefslogtreecommitdiff
path: root/buteo-plugins/buteo-sync-plugin-fediverse-posts/buteo-sync-plugin-fediverse-posts.pro
diff options
context:
space:
mode:
Diffstat (limited to 'buteo-plugins/buteo-sync-plugin-fediverse-posts/buteo-sync-plugin-fediverse-posts.pro')
-rw-r--r--buteo-plugins/buteo-sync-plugin-fediverse-posts/buteo-sync-plugin-fediverse-posts.pro41
1 files changed, 41 insertions, 0 deletions
diff --git a/buteo-plugins/buteo-sync-plugin-fediverse-posts/buteo-sync-plugin-fediverse-posts.pro b/buteo-plugins/buteo-sync-plugin-fediverse-posts/buteo-sync-plugin-fediverse-posts.pro
new file mode 100644
index 0000000..d9936b0
--- /dev/null
+++ b/buteo-plugins/buteo-sync-plugin-fediverse-posts/buteo-sync-plugin-fediverse-posts.pro
@@ -0,0 +1,41 @@
+# SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+
+TARGET = fediverse-posts-client
+
+QT -= gui
+
+include($$PWD/../buteo-common/buteo-common.pri)
+include($$PWD/../../common/common.pri)
+
+CONFIG += link_pkgconfig
+PKGCONFIG += mlite5 nemonotifications-qt5
+
+INCLUDEPATH += $$PWD
+
+SOURCES += \
+ $$PWD/fediversedatatypesyncadaptor.cpp \
+ $$PWD/fediversepostsplugin.cpp \
+ $$PWD/fediversepostssyncadaptor.cpp
+
+HEADERS += \
+ $$PWD/fediversedatatypesyncadaptor.h \
+ $$PWD/fediversepostsplugin.h \
+ $$PWD/fediversepostssyncadaptor.h
+
+OTHER_FILES += \
+ $$PWD/fediverse-posts.xml \
+ $$PWD/fediverse.Posts.xml
+
+TEMPLATE = lib
+CONFIG += plugin
+target.path = $$[QT_INSTALL_LIBS]/buteo-plugins-qt5/oopp
+
+sync.path = /etc/buteo/profiles/sync
+sync.files = fediverse.Posts.xml
+
+client.path = /etc/buteo/profiles/client
+client.files = fediverse-posts.xml
+
+INSTALLS += target sync client