Skip to content

Commit

Permalink
common: add missing pkg-config dependency on libsocialcache
Browse files Browse the repository at this point in the history
The socialcache library is also used by the common library, so we need
to tell pkg-config about it.
  • Loading branch information
mardy committed May 20, 2021
1 parent 8af8346 commit 09b1754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/common.pro
Expand Up @@ -7,6 +7,7 @@ CONFIG += link_pkgconfig
PKGCONFIG += \
accounts-qt5 \
buteosyncfw5 \
socialcache \

TARGET = syncpluginscommon
TARGET = $$qtLibraryTarget($$TARGET)
Expand Down

0 comments on commit 09b1754

Please sign in to comment.