Skip to content

Commit

Permalink
Fix wrong target name
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 1, 2024
1 parent 3c02e67 commit cc77e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qt6/platforminputcontext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ target_link_libraries(fcitx5platforminputcontextplugin-qt6
XKBCommon::XKBCommon
)
if (ENABLE_X11)
target_link_libraries(fcitx5platforminputcontextplugin XCB::XCB)
target_compile_definitions(fcitx5platforminputcontextplugin PRIVATE "-DENABLE_X11")
target_link_libraries(fcitx5platforminputcontextplugin-qt6 XCB::XCB)
target_compile_definitions(fcitx5platforminputcontextplugin-qt6 PRIVATE "-DENABLE_X11")
endif()

if (ENABLE_QT6_WAYLAND_WORKAROUND)
Expand Down

0 comments on commit cc77e32

Please sign in to comment.