Skip to content

Commit

Permalink
Return glib dependency, needed for Qt glib event loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Feb 13, 2020
1 parent e86afe1 commit ba9eb09
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions external/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,9 @@ else()
X11
X11-xcb
dl
glib-2.0
pthread
)
if (Qt5DBus_FOUND)
# needed for hime only
target_link_libraries(external_qt INTERFACE glib-2.0)
endif()
find_library(DBUS_LIBRARY dbus-1)
if (Qt5DBus_FOUND AND DBUS_LIBRARY)
target_link_libraries(external_qt INTERFACE dbus-1)
Expand Down

0 comments on commit ba9eb09

Please sign in to comment.