diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-19 13:57:54 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-19 13:57:54 +0100 |
| commit | 459245e022e67c9e25b7aae9e145e89b66a50fac (patch) | |
| tree | 5ab37c387c218da9ed4d2fd70fe69b3680a9c250 | |
| parent | f9a01cdd69d04a972c5d8611ba58237c9fefc336 (diff) | |
Dep cleanup
4 files changed, 5 insertions, 0 deletions
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro b/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro index 4699324..723d78b 100644 --- a/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro +++ b/eventsview-plugins/eventsview-plugin-mastodon/eventsview-plugin-mastodon.pro @@ -5,6 +5,7 @@ TARGET = $$qtLibraryTarget($$TARGET) MODULENAME = com/jolla/eventsview/mastodon TARGETPATH = $$[QT_INSTALL_QML]/$$MODULENAME +QT -= gui QT += qml network CONFIG += plugin link_pkgconfig PKGCONFIG += socialcache accounts-qt5 libsignon-qt5 sailfishaccounts diff --git a/settings/accounts-translations-plugin/accounts-translations-plugin.pro b/settings/accounts-translations-plugin/accounts-translations-plugin.pro index 48b5a84..a405dbc 100644 --- a/settings/accounts-translations-plugin/accounts-translations-plugin.pro +++ b/settings/accounts-translations-plugin/accounts-translations-plugin.pro @@ -5,6 +5,7 @@ TARGET = $$qtLibraryTarget($$TARGET) MODULENAME = com/jolla/settings/accounts/mastodon TARGETPATH = $$[QT_INSTALL_QML]/$$MODULENAME +QT -= gui QT += qml CONFIG += plugin diff --git a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro b/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro index 0dd1443..c25e0f7 100644 --- a/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro +++ b/transferengine-plugins/mastodonshareplugin/mastodonshareplugin.pro @@ -5,6 +5,8 @@ DEPENDPATH += . INCLUDEPATH += .. INCLUDEPATH += ../../common +QT -= gui + CONFIG += link_pkgconfig PKGCONFIG += nemotransferengine-qt5 accounts-qt5 sailfishaccounts libsignon-qt5 diff --git a/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.pro b/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.pro index 8782156..409ade9 100644 --- a/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.pro +++ b/transferengine-plugins/mastodontransferplugin/mastodontransferplugin.pro @@ -5,6 +5,7 @@ DEPENDPATH += . INCLUDEPATH += .. INCLUDEPATH += ../../common +QT -= gui QT += network CONFIG += link_pkgconfig |
