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
KSmtp
Commits
5ecd5841
Commit
5ecd5841
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
e9031da1
Pipeline
#218915
passed with stage
in 4 minutes and 12 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
5ecd5841
...
...
@@ -4,6 +4,6 @@ include(ECMAddTests)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
Test
${
QT_REQUIRED_VERSION
}
REQUIRED
)
ecm_add_test
(
smtptest.cpp fakeserver.cpp smtptest.h fakeserver.h
LINK_LIBRARIES KPimSMTP Qt
${
QT_MAJOR_VERSION
}
::Test Qt
${
QT_MAJOR_VERSION
}
::Network
LINK_LIBRARIES KPimSMTP Qt
::Test Qt
::Network
TEST_NAME smtptest
)
src/CMakeLists.txt
View file @
5ecd5841
...
...
@@ -43,7 +43,7 @@ PUBLIC
PRIVATE
KF5::I18n
KF5::KIOCore
Qt
${
QT_MAJOR_VERSION
}
::Network
Qt::Network
Sasl2::Sasl2
${
extra_LIBS
}
)
...
...
tests/CMakeLists.txt
View file @
5ecd5841
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
add_executable
(
logintest logintest.cpp
)
target_link_libraries
(
logintest KPimSMTP Qt
${
QT_MAJOR_VERSION
}
::Core KF5::KIOWidgets
)
target_link_libraries
(
logintest KPimSMTP Qt::Core KF5::KIOWidgets
)
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