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
KMime
Commits
0dfc35ea
Commit
0dfc35ea
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
29afea98
Pipeline
#218906
passed with stage
in 7 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
0dfc35ea
...
...
@@ -18,7 +18,7 @@ macro(ADD_KMIME_TEST)
add_test
(
NAME kmime-
${
_testName
}
COMMAND
${
_testName
}
)
target_link_libraries
(
${
_testName
}
KF5Mime
Qt
${
QT_MAJOR_VERSION
}
::Test
Qt::Test
KF5::Codecs
)
if
(
TARGET Qt6::Core5Compat
)
...
...
src/CMakeLists.txt
View file @
0dfc35ea
...
...
@@ -61,7 +61,7 @@ endif()
target_link_libraries
(
KF5Mime
PUBLIC
Qt
${
QT_MAJOR_VERSION
}
::Core
Qt::Core
PRIVATE
KF5::I18n
KF5::Codecs
...
...
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