summaryrefslogtreecommitdiff
path: root/common/common.pro
diff options
context:
space:
mode:
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