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
KMail
Commits
776b0b24
Commit
776b0b24
authored
Aug 10, 2022
by
Laurent Montel
Browse files
Show headers in qtc6
parent
af148904
Pipeline
#215598
passed with stage
in 4 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/archivemailagent/autotests/CMakeLists.txt
View file @
776b0b24
...
...
@@ -8,7 +8,7 @@ macro( archivemail_agent _source)
set
(
_test
${
_source
}
../archivemailwidget.cpp ../addarchivemaildialog.cpp ../widgets/formatcombobox.cpp ../widgets/unitcombobox.cpp
${
autotest_categories_SRCS
}
)
ki18n_wrap_ui
(
_test ../ui/archivemailwidget.ui
)
get_filename_component
(
_name
${
_source
}
NAME_WE
)
add_executable
(
${
_name
}
${
_test
}
)
add_executable
(
${
_name
}
${
_test
}
${
_name
}
.h
)
add_test
(
NAME
${
_name
}
COMMAND
${
_name
}
)
ecm_mark_as_test
(
archivemailagent-
${
_name
}
)
target_link_libraries
(
${
_name
}
archivemailagent Qt
${
QT_MAJOR_VERSION
}
::Test Qt
${
QT_MAJOR_VERSION
}
::Core KF5::MailCommon KF5::AkonadiCore KF5::XmlGui KF5::KIOWidgets KF5::I18n
)
...
...
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