Skip to content

Commit

Permalink
[ssu] Remove unnecessary pkgconfig requirements. Contributes to JB#52612
Browse files Browse the repository at this point in the history
The public api uses only basic Qt classes. Everything else should
be an implementation detail, no need to leak linkage to depending
projects.
  • Loading branch information
pvuorela committed Dec 29, 2020
1 parent ed0a628 commit fc807d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libssu/libssu.pro
Expand Up @@ -57,6 +57,6 @@ QMAKE_PKGCONFIG_VERSION = $$VERSION
QMAKE_PKGCONFIG_LIBDIR = $$target.path
QMAKE_PKGCONFIG_INCDIR = $$install_headers.path
QMAKE_PKGCONFIG_DESTDIR = pkgconfig
QMAKE_PKGCONFIG_REQUIRES = Qt5Network Qt5Xml Qt5DBus libsystemd libshadowutils libzypp
QMAKE_PKGCONFIG_REQUIRES = Qt5Core

INSTALLS += pkgconfig

0 comments on commit fc807d8

Please sign in to comment.