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
Akonadi Calendar
Commits
c2d7f77d
Commit
c2d7f77d
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
ae47dd50
Pipeline
#218879
passed with stage
in 5 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
c2d7f77d
...
...
@@ -35,6 +35,6 @@ endif()
ecm_qt_declare_logging_category
(
akonadi_serializer_kcalcore_autotest_SRCS HEADER serializer_debug.h IDENTIFIER AKONADI_SERIALIZER_CALENDAR_LOG CATEGORY_NAME org.kde.pim.calendar_serializer
)
ecm_add_test
(
kcalcoreserializertest.cpp ../serializers/akonadi_serializer_kcalcore.cpp
${
akonadi_serializer_kcalcore_autotest_SRCS
}
LINK_LIBRARIES KF5::CalendarUtils KF5::CalendarCore KF5::AkonadiCore KF5::I18n Qt
${
QT_MAJOR_VERSION
}
::Test
LINK_LIBRARIES KF5::CalendarUtils KF5::CalendarCore KF5::AkonadiCore KF5::I18n Qt::Test
TEST_NAME kcalcoreserializertest
)
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