Fix kwayland-testXdgShellV6.

This commit is contained in:
Christophe Giboudeaux 2017-11-16 23:21:26 +01:00
parent 665c0535fe
commit 6cf6a4c72c

View file

@ -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)
########################################################