From 0b9869b23af94f1935839568d62fa7b849f9e5d0 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 10 Feb 2026 17:29:54 +0100 Subject: Notifications --- common/common.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'common/common.pro') diff --git a/common/common.pro b/common/common.pro index eec5b5f..89f0117 100644 --- a/common/common.pro +++ b/common/common.pro @@ -10,10 +10,12 @@ TARGET = mastodoncommon TARGET = $$qtLibraryTarget($$TARGET) HEADERS += \ - $$PWD/mastodonpostsdatabase.h + $$PWD/mastodonpostsdatabase.h \ + $$PWD/mastodonnotificationsdatabase.h SOURCES += \ - $$PWD/mastodonpostsdatabase.cpp + $$PWD/mastodonpostsdatabase.cpp \ + $$PWD/mastodonnotificationsdatabase.cpp TARGETPATH = $$[QT_INSTALL_LIBS] target.path = $$TARGETPATH -- cgit v1.2.3