From 4351f4627ba9e71775438dd26c9acddd002c7e11 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 10 Feb 2026 10:41:02 +0100 Subject: Initial commit --- common/common.pro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 common/common.pro (limited to 'common/common.pro') diff --git a/common/common.pro b/common/common.pro new file mode 100644 index 0000000..eec5b5f --- /dev/null +++ b/common/common.pro @@ -0,0 +1,21 @@ +TEMPLATE = lib + +QT -= gui +QT += sql + +CONFIG += link_pkgconfig +PKGCONFIG += socialcache + +TARGET = mastodoncommon +TARGET = $$qtLibraryTarget($$TARGET) + +HEADERS += \ + $$PWD/mastodonpostsdatabase.h + +SOURCES += \ + $$PWD/mastodonpostsdatabase.cpp + +TARGETPATH = $$[QT_INSTALL_LIBS] +target.path = $$TARGETPATH + +INSTALLS += target -- cgit v1.2.3