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
PIM
Akonadi Search
Commits
b443ead7
Commit
b443ead7
authored
Feb 20, 2022
by
Laurent Montel
Browse files
It's only for qt6
parent
29af5fb8
Pipeline
#140132
failed with stage
in 2 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debug/CMakeLists.txt
View file @
b443ead7
...
...
@@ -33,11 +33,12 @@ target_link_libraries(KF5AkonadiSearchDebug
KF5::ConfigCore
KF5::Completion
)
if
(
QT_MAJOR_VERSION STREQUAL
"6"
)
target_link_libraries
(
KF5AkonadiSearchDebug
PRIVATE
Qt6::Core5Compat
)
endif
()
set_target_properties
(
KF5AkonadiSearchDebug PROPERTIES
VERSION
${
AKONADISEARCH_VERSION
}
SOVERSION
${
AKONADISEARCH_SOVERSION
}
...
...
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