diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 17:29:54 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 21:13:57 +0100 |
| commit | 0b9869b23af94f1935839568d62fa7b849f9e5d0 (patch) | |
| tree | 4485ad8750116e396a3341b874143ca3e88122c3 /common/common.pro | |
| parent | 4351f4627ba9e71775438dd26c9acddd002c7e11 (diff) | |
Notifications
Diffstat (limited to 'common/common.pro')
| -rw-r--r-- | common/common.pro | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
