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
PIM MailImporter
Commits
2875f011
Commit
2875f011
authored
Aug 16, 2022
by
Laurent Montel
Browse files
Show headers in qtc6
parent
7e731891
Pipeline
#218508
failed with stage
in 3 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mailimporter/autotests/CMakeLists.txt
View file @
2875f011
...
...
@@ -2,7 +2,7 @@ add_definitions( -DMAILIMPORTER_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/samples/"
macro
(
add_mailimporter_unittest _source _additionalSource
)
get_filename_component
(
_name
${
_source
}
NAME_WE
)
ecm_add_test
(
${
_source
}
${
_additionalSource
}
ecm_add_test
(
${
_source
}
${
_additionalSource
}
${
_name
}
.h
TEST_NAME
${
_name
}
NAME_PREFIX
"mailimporter-"
LINK_LIBRARIES KF5::MailImporter Qt
${
QT_MAJOR_VERSION
}
::Test Qt
${
QT_MAJOR_VERSION
}
::Core Qt
${
QT_MAJOR_VERSION
}
::Gui Qt
${
QT_MAJOR_VERSION
}
::Widgets
...
...
src/mailimporterakonadi/autotests/CMakeLists.txt
View file @
2875f011
macro
(
add_mailimporterakonadi_unittest _source _additionalSource
)
get_filename_component
(
_name
${
_source
}
NAME_WE
)
ecm_add_test
(
${
_source
}
${
_additionalSource
}
ecm_add_test
(
${
_source
}
${
_additionalSource
}
${
_name
}
.h
TEST_NAME
${
_name
}
-akonadi
NAME_PREFIX
"mailimporterakonadi-"
LINK_LIBRARIES KF5::MailImporterAkonadi Qt
${
QT_MAJOR_VERSION
}
::Test Qt
${
QT_MAJOR_VERSION
}
::Core Qt
${
QT_MAJOR_VERSION
}
::Gui Qt
${
QT_MAJOR_VERSION
}
::Widgets
...
...
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