Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'mer-remove-contactcache' into 'master'
[buteo-sync-plugins-social] Remove unused dependency on contactcache

See merge request mer-core/buteo-sync-plugins-social!97
  • Loading branch information
pvuorela committed May 24, 2021
2 parents 4765ac9 + f3ddd24 commit 51c0061
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rpm/buteo-sync-plugins-social.spec
Expand Up @@ -18,7 +18,6 @@ BuildRequires: pkgconfig(libsignon-qt5)
BuildRequires: pkgconfig(accounts-qt5) >= 1.13
BuildRequires: pkgconfig(socialcache) >= 0.0.48
BuildRequires: pkgconfig(libsailfishkeyprovider)
BuildRequires: pkgconfig(contactcache-qt5)
BuildRequires: pkgconfig(qtcontacts-sqlite-qt5-extensions) >= 0.3.0
BuildRequires: pkgconfig(libmkcal-qt5) >= 0.5.9
BuildRequires: pkgconfig(KF5CalendarCore) >= 5.79
Expand Down
2 changes: 1 addition & 1 deletion src/google/google-contacts/google-contacts.pri
@@ -1,5 +1,5 @@
CONFIG += link_pkgconfig
PKGCONFIG += Qt5Contacts qtcontacts-sqlite-qt5-extensions contactcache-qt5
PKGCONFIG += Qt5Contacts qtcontacts-sqlite-qt5-extensions
QT += gui

SOURCES += \
Expand Down

0 comments on commit 51c0061

Please sign in to comment.