compile
This commit is contained in:
parent
b99f95e3e2
commit
51018e8e38
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ set( testContrast_SRCS
|
|||
test_wayland_contrast.cpp
|
||||
)
|
||||
add_executable(testContrast ${testContrast_SRCS})
|
||||
target_link_libraries( testContrast Qt5::Test Qt5::Gui KF5::WaylandClient KF5::WaylandServer)
|
||||
target_link_libraries( testContrast Qt5::Test Qt5::Gui KF5::WaylandClient KF5::WaylandServer Wayland::Client)
|
||||
add_test(kwayland-testContrast testContrast)
|
||||
ecm_mark_as_test(testContrast)
|
||||
|
||||
|
|
Loading…
Reference in a new issue