summaryrefslogtreecommitdiff
path: root/buteo-plugins/buteo-common/buteo-common.pro
diff options
context:
space:
mode:
Diffstat (limited to 'buteo-plugins/buteo-common/buteo-common.pro')
-rw-r--r--buteo-plugins/buteo-common/buteo-common.pro29
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