diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 10:41:02 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 17:09:39 +0100 |
| commit | 4351f4627ba9e71775438dd26c9acddd002c7e11 (patch) | |
| tree | 3c72c980c5c81507109087bda67052b7ec8216b6 /buteo-plugins/buteo-common/buteo-common.pro | |
Initial commit
Diffstat (limited to 'buteo-plugins/buteo-common/buteo-common.pro')
| -rw-r--r-- | buteo-plugins/buteo-common/buteo-common.pro | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/buteo-plugins/buteo-common/buteo-common.pro b/buteo-plugins/buteo-common/buteo-common.pro new file mode 100644 index 0000000..c1aa569 --- /dev/null +++ b/buteo-plugins/buteo-common/buteo-common.pro @@ -0,0 +1,29 @@ +TEMPLATE = lib + +TARGET = mastodonbuteocommon +TARGET = $$qtLibraryTarget($$TARGET) + +QT -= gui +QT += network dbus +CONFIG += link_pkgconfig +PKGCONFIG += accounts-qt5 buteosyncfw5 socialcache + +INCLUDEPATH += $$PWD + +HEADERS += \ + $$PWD/buteosyncfw_p.h \ + $$PWD/socialdbuteoplugin.h \ + $$PWD/socialnetworksyncadaptor.h \ + $$PWD/socialdnetworkaccessmanager_p.h \ + $$PWD/trace.h + +SOURCES += \ + $$PWD/socialdbuteoplugin.cpp \ + $$PWD/socialnetworksyncadaptor.cpp \ + $$PWD/socialdnetworkaccessmanager_p.cpp \ + $$PWD/trace.cpp + +TARGETPATH = $$[QT_INSTALL_LIBS] +target.path = $$TARGETPATH + +INSTALLS += target |
