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
a1d61bb6
Commit
a1d61bb6
authored
Mar 05, 2022
by
Volker Krause
Browse files
Link against Qt::CorePrivate as we use internal event loop headers here
Needed to compile against Qt6.
parent
0952512e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/tests/CMakeLists.txt
View file @
a1d61bb6
...
...
@@ -6,7 +6,7 @@ set(testServer_SRCS
waylandservertest.cpp
)
add_executable
(
testServer
${
testServer_SRCS
}
)
target_link_libraries
(
testServer Plasma::KWaylandServer
)
target_link_libraries
(
testServer Plasma::KWaylandServer
Qt::CorePrivate
)
ecm_mark_as_test
(
testServer
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
Widgets
${
QT_MIN_VERSION
}
CONFIG QUIET
)
...
...
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