summaryrefslogtreecommitdiff
path: root/common/common.pro
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-02-10 10:41:02 +0100
committerAndrew Branson <andrew.branson@jolla.com>2026-02-10 17:09:39 +0100
commit4351f4627ba9e71775438dd26c9acddd002c7e11 (patch)
tree3c72c980c5c81507109087bda67052b7ec8216b6 /common/common.pro
Initial commit
Diffstat (limited to 'common/common.pro')
-rw-r--r--common/common.pro21
1 files changed, 21 insertions, 0 deletions
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