diff options
Diffstat (limited to 'common/common.pro')
| -rw-r--r-- | common/common.pro | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/common/common.pro b/common/common.pro index 89f0117..02c78ee 100644 --- a/common/common.pro +++ b/common/common.pro @@ -10,12 +10,11 @@ TARGET = mastodoncommon TARGET = $$qtLibraryTarget($$TARGET) HEADERS += \ - $$PWD/mastodonpostsdatabase.h \ - $$PWD/mastodonnotificationsdatabase.h + $$PWD/mastodonauthutils.h \ + $$PWD/mastodonpostsdatabase.h SOURCES += \ - $$PWD/mastodonpostsdatabase.cpp \ - $$PWD/mastodonnotificationsdatabase.cpp + $$PWD/mastodonpostsdatabase.cpp TARGETPATH = $$[QT_INSTALL_LIBS] target.path = $$TARGETPATH |
