summaryrefslogtreecommitdiff
path: root/common/common.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 /common/common.pro
parent5f999f7a4712c4a4d1c89054b544064cfd4b769e (diff)
Generalize for all fediverse accounts
Diffstat (limited to 'common/common.pro')
-rw-r--r--common/common.pro10
1 files changed, 5 insertions, 5 deletions
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