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.pri | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/common.pri (limited to 'common/common.pri') diff --git a/common/common.pri b/common/common.pri new file mode 100644 index 0000000..e1d299f --- /dev/null +++ b/common/common.pri @@ -0,0 +1,4 @@ +INCLUDEPATH += $$PWD +DEPENDPATH += . + +LIBS += -L$$PWD -lmastodoncommon -- cgit v1.2.3