diff options
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 |
