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
libksieve
Commits
37e547f4
Commit
37e547f4
authored
Aug 11, 2022
by
Laurent Montel
Browse files
Show headers in qtc6
parent
3682ce96
Pipeline
#216832
passed with stage
in 7 minutes and 31 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ksieveui/editor/autotests/CMakeLists.txt
View file @
37e547f4
# SPDX-FileCopyrightText: 2011-2022 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
set
(
libksieveui_sieveeditormenubartest_source sieveeditormenubartest.cpp ../sieveeditormenubar.cpp
set
(
libksieveui_sieveeditormenubartest_source sieveeditormenubartest.cpp
sieveeditormenubartest.h
../sieveeditormenubar.cpp
)
add_executable
(
sieveeditormenubartest
${
libksieveui_sieveeditormenubartest_source
}
)
add_test
(
NAME sieveeditormenubartest COMMAND sieveeditormenubartest
)
...
...
src/ksieveui/editor/webengine/autotests/CMakeLists.txt
View file @
37e547f4
...
...
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSD-3-Clause
add_executable
(
sieveeditorhelphtmlwidgettest
)
target_sources
(
sieveeditorhelphtmlwidgettest PRIVATE sieveeditorhelphtmlwidgettest.cpp ../sieveeditorwebengineview.cpp ../sieveeditorloadprogressindicator.cpp
)
target_sources
(
sieveeditorhelphtmlwidgettest PRIVATE sieveeditorhelphtmlwidgettest.cpp
sieveeditorhelphtmlwidgettest.h
../sieveeditorwebengineview.cpp ../sieveeditorloadprogressindicator.cpp
)
add_test
(
NAME sieveeditorhelphtmlwidgettest COMMAND sieveeditorhelphtmlwidgettest
)
ecm_mark_as_test
(
sieveeditorhelphtmlwidgettest
)
target_link_libraries
(
sieveeditorhelphtmlwidgettest
...
...
src/ksieveui/vacation/autotests/CMakeLists.txt
View file @
37e547f4
...
...
@@ -3,7 +3,7 @@
set
(
EXECUTABLE_OUTPUT_PATH
${
CMAKE_CURRENT_BINARY_DIR
}
)
macro
(
add_vacation_test _source
)
set
(
_test
${
_source
}
test.cpp
set
(
_test
${
_source
}
test.cpp
${
_source
}
test.h
../
${
_source
}
.cpp
../vacationscriptextractor.cpp
../vacationutils.cpp
...
...
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