Skip to content

Commit

Permalink
[libcontentaction] Don't link against QtGui unnecessarily. Contribute…
Browse files Browse the repository at this point in the history
…s to JB#36025
  • Loading branch information
adenexter committed Dec 11, 2018
1 parent 68e187e commit 15c65ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpm/libcontentaction-qt5.spec
Expand Up @@ -11,7 +11,6 @@ Requires(postun): /sbin/ldconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(mlite5)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Xml)
Expand Down
2 changes: 2 additions & 0 deletions tools/tools.pro
Expand Up @@ -3,6 +3,8 @@ SOURCES += lca-tool.cpp
target.path = /usr/bin
INSTALLS += target

QT = core

CONFIG += link_pkgconfig
PKGCONFIG += gio-2.0 gio-unix-2.0
DEFINES += QT_NO_KEYWORDS # make glib happy
Expand Down

0 comments on commit 15c65ed

Please sign in to comment.