Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
githubuser0xFFFF authored Oct 27, 2020
1 parent f6d3d6d commit 637db7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ endif()
target_link_libraries(qtadvanceddocking PUBLIC Qt5::Core Qt5::Gui Qt5::Widgets)
if(UNIX AND NOT APPLE)
target_link_libraries(qtadvanceddocking PUBLIC Qt5::X11Extras)
target_link_libraries("${MODULE}" xcb)
target_link_libraries(qtadvanceddocking xcb)
endif()
set_target_properties(qtadvanceddocking PROPERTIES
AUTOMOC ON
Expand Down

0 comments on commit 637db7f

Please sign in to comment.