Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KIMAP
Commits
5c609029
Commit
5c609029
authored
Jun 19, 2021
by
Laurent Montel
😁
Browse files
Not necessary to search in sub folder too
parent
6eddbfbb
Pipeline
#66530
passed with stage
in 6 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
5c609029
...
...
@@ -2,8 +2,6 @@ kde_enable_exceptions()
include
(
ECMMarkAsTest
)
find_package
(
Qt5Test CONFIG REQUIRED
)
add_subdirectory
(
kimaptest
)
macro
(
KIMAP_UNIT_TESTS
)
...
...
tests/CMakeLists.txt
View file @
5c609029
kde_enable_exceptions
()
find_package
(
Qt5Test CONFIG REQUIRED
)
#for qsignalspy.h
add_executable
(
testimapidle testimapidle.cpp
)
target_link_libraries
(
testimapidle KF5IMAP Qt::Test KF5::KIOCore Qt::Network
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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