diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-19 13:21:57 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-19 13:21:57 +0100 |
| commit | f9a01cdd69d04a972c5d8611ba58237c9fefc336 (patch) | |
| tree | a42dcc02b38739713fb0c592b4a18bfc38e02e4b /buteo-plugins/buteo-common/buteo-common.pro | |
| parent | 60d8504a8b5b0d5e5fa40c4ab7df8e5f98c88e32 (diff) | |
Use shared buteo-common, and separate notifications
Diffstat (limited to 'buteo-plugins/buteo-common/buteo-common.pro')
| -rw-r--r-- | buteo-plugins/buteo-common/buteo-common.pro | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/buteo-plugins/buteo-common/buteo-common.pro b/buteo-plugins/buteo-common/buteo-common.pro deleted file mode 100644 index c1aa569..0000000 --- a/buteo-plugins/buteo-common/buteo-common.pro +++ /dev/null @@ -1,29 +0,0 @@ -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 |
