# 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