diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 23:16:37 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 23:16:37 +0100 |
| commit | 69628390815254297bbd8c95436f6780fa846fae (patch) | |
| tree | df6114043e489bf5d767ac39f0d20636e12cf3a2 /common/common.pro | |
| parent | ff1c2efe40bf53c146b4a2e3b5046ae8ecb32264 (diff) | |
Translations fixed and other stuff
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 |
