From a35c9fa159173388d88ef77e1d31f53488aad094 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 3 Apr 2026 22:55:30 +0200 Subject: Generalize for all fediverse accounts --- common/common.pro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common/common.pro') diff --git a/common/common.pro b/common/common.pro index c01e571..13aadb0 100644 --- a/common/common.pro +++ b/common/common.pro @@ -10,16 +10,16 @@ QT += sql CONFIG += link_pkgconfig PKGCONFIG += socialcache -TARGET = mastodoncommon +TARGET = fediversecommon TARGET = $$qtLibraryTarget($$TARGET) HEADERS += \ - $$PWD/mastodonauthutils.h \ - $$PWD/mastodontextutils.h \ - $$PWD/mastodonpostsdatabase.h + $$PWD/fediverseauthutils.h \ + $$PWD/fediversetextutils.h \ + $$PWD/fediversepostsdatabase.h SOURCES += \ - $$PWD/mastodonpostsdatabase.cpp + $$PWD/fediversepostsdatabase.cpp TARGETPATH = $$[QT_INSTALL_LIBS] target.path = $$TARGETPATH -- cgit v1.2.3