Add missing command macro
Seems it was added whilst xdgv6 was in a branch
This commit is contained in:
parent
01cace30dd
commit
a1cfc8a5f3
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,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 testXdgShellV6)
|
||||
add_test(kwayland-testXdgShellV6 COMMAND testXdgShellV6)
|
||||
ecm_mark_as_test(testXdgShellV6)
|
||||
|
||||
########################################################
|
||||
|
|
Loading…
Reference in a new issue