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
788fbb73
Commit
788fbb73
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
2875f011
Pipeline
#218923
failed with stage
in 6 minutes and 53 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mailimporter/CMakeLists.txt
View file @
788fbb73
...
...
@@ -128,8 +128,8 @@ target_link_libraries(KF5MailImporter
KF5::PimCommon
KF5::I18n
KF5::ConfigCore
Qt
${
QT_MAJOR_VERSION
}
::Xml
Qt
${
QT_MAJOR_VERSION
}
::Widgets
Qt::Xml
Qt::Widgets
)
set_target_properties
(
KF5MailImporter PROPERTIES
...
...
src/mailimporter/autotests/CMakeLists.txt
View file @
788fbb73
...
...
@@ -5,7 +5,7 @@ macro(add_mailimporter_unittest _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
LINK_LIBRARIES KF5::MailImporter Qt
::Test Qt::Core Qt::Gui Qt
::Widgets
)
endmacro
()
...
...
src/mailimporterakonadi/autotests/CMakeLists.txt
View file @
788fbb73
...
...
@@ -3,7 +3,7 @@ macro(add_mailimporterakonadi_unittest _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
LINK_LIBRARIES KF5::MailImporterAkonadi Qt
::Test Qt::Core Qt::Gui Qt
::Widgets
)
endmacro
()
...
...
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