Skip to content

Commit

Permalink
fix: Need link Qt6DBus library
Browse files Browse the repository at this point in the history
Log: fix build failure on openSUSE Tumbleweed
  • Loading branch information
hillwoodroc authored and 18202781743 committed Apr 28, 2024
1 parent 7cc019b commit 36475cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xcb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ target_link_libraries(${PROJECT_NAME}
PRIVATE
Qt${QT_VERSION_MAJOR}::Core
Qt${QT_VERSION_MAJOR}::CorePrivate
Qt${QT_VERSION_MAJOR}::DBus
Qt${QT_VERSION_MAJOR}::Gui
Qt${QT_VERSION_MAJOR}::GuiPrivate
Qt${QT_VERSION_MAJOR}::Widgets
Expand Down

0 comments on commit 36475cf

Please sign in to comment.