Return glib dependency, needed for Qt glib event loop.
This commit is contained in:
parent
e86afe11f8
commit
ba9eb09bc0
1 changed files with 1 additions and 4 deletions
5
external/qt/CMakeLists.txt
vendored
5
external/qt/CMakeLists.txt
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue