Fix kwayland-testXdgShellV6.
This commit is contained in:
parent
665c0535fe
commit
6cf6a4c72c
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ set( testXdgShellV6_SRCS
|
|||
)
|
||||
add_executable(testXdgShellV6 ${testXdgShellV6_SRCS})
|
||||
target_link_libraries( testXdgShellV6 Qt5::Test Qt5::Gui KF5::WaylandServer KF5::WaylandClient Wayland::Client)
|
||||
add_test(kwayland-testXdgShellV6 COMMAND testXdgShellV6)
|
||||
add_test(NAME kwayland-testXdgShellV6 COMMAND testXdgShellV6)
|
||||
ecm_mark_as_test(testXdgShellV6)
|
||||
|
||||
########################################################
|
||||
|
|
Loading…
Reference in a new issue