TEMPLATE = lib TARGET = $$qtLibraryTarget(mastodonshareplugin) CONFIG += plugin DEPENDPATH += . INCLUDEPATH += .. CONFIG += link_pkgconfig PKGCONFIG += nemotransferengine-qt5 accounts-qt5 sailfishaccounts libsignon-qt5 HEADERS += mastodonshareplugin.h \ mastodonplugininfo.h \ ../mastodonshareservicestatus.h SOURCES += mastodonshareplugin.cpp \ mastodonplugininfo.cpp \ ../mastodonshareservicestatus.cpp target.path = $$[QT_INSTALL_LIBS]/nemo-transferengine/plugins/sharing OTHER_FILES += *.qml shareui.files = MastodonShareImage.qml shareui.path = /usr/share/nemo-transferengine/plugins/sharing INSTALLS += target shareui