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
KMailTransport
Commits
d4c9cda3
Commit
d4c9cda3
authored
Aug 24, 2021
by
Laurent Montel
😁
Browse files
Use the Akonadi test controls provided by its CMake macros
parent
5655f5c9
Pipeline
#76385
passed with stage
in 6 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d4c9cda3
...
...
@@ -58,7 +58,6 @@ set_package_properties(Qt5Keychain PROPERTIES
URL
"https://github.com/frankosterfeld/qtkeychain"
TYPE REQUIRED
)
option
(
KDEPIM_RUN_AKONADI_TEST
"Enable autotest based on Akonadi."
ON
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600
)
...
...
src/kmailtransportakonadi/CMakeLists.txt
View file @
d4c9cda3
...
...
@@ -112,9 +112,7 @@ install(FILES
if
(
BUILD_TESTING
)
add_subdirectory
(
tests
)
if
(
KDEPIM_RUN_AKONADI_TEST
)
add_subdirectory
(
autotests
)
endif
()
add_subdirectory
(
autotests
)
endif
()
add_subdirectory
(
plugins
)
Write
Preview
Supports
Markdown
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