Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
a1cfc8a5
Commit
a1cfc8a5
authored
Sep 21, 2017
by
David Edmundson
Browse files
Add missing command macro
Seems it was added whilst xdgv6 was in a branch
parent
01cace30
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/autotests/client/CMakeLists.txt
View file @
a1cfc8a5
...
...
@@ -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
)
########################################################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment