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
KAlarm
Commits
be700e83
Commit
be700e83
authored
Mar 23, 2022
by
David Jarvie
Browse files
Remove unused dependency
parent
46532661
Pipeline
#154168
failed with stage
in 45 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kalarmcalendar/CMakeLists.txt
View file @
be700e83
...
...
@@ -57,7 +57,6 @@ target_link_libraries(kalarmprivate PRIVATE
KF5::IdentityManagement
KF5::CoreAddons
KF5::CalendarCore
KF5::AkonadiCore
)
if
(
QT_MAJOR_VERSION STREQUAL
"6"
)
...
...
src/kalarmcalendar/autotests/CMakeLists.txt
View file @
be700e83
...
...
@@ -11,7 +11,6 @@ macro(macro_unit_tests)
add_test
(
NAME
${
_testname
}
COMMAND
${
_testname
}
)
ecm_mark_as_test
(
${
_testname
}
)
target_link_libraries
(
${
_testname
}
KF5::AkonadiCore
KF5::CalendarCore
KF5::Holidays
kalarmprivate
...
...
src/kalarmcalendar/autotests/kaeventtest.cpp
View file @
be700e83
...
...
@@ -15,7 +15,6 @@ using namespace KAlarmCal;
#include
<KCalendarCore/Event>
#include
<KCalendarCore/Alarm>
using
namespace
KCalendarCore
;
#include
<Akonadi/Collection>
#include
<KHolidays/HolidayRegion>
using
namespace
KHolidays
;
...
...
@@ -632,7 +631,7 @@ void KAEventTest::fromKCalEvent()
{
bool
showEdit
=
false
;
bool
showDefer
=
false
;
Akonadi
::
Collection
::
Id
collectionId
=
-
1
;
Resource
Id
collectionId
=
-
1
;
Alarm
::
Ptr
kcalalarm
;
Event
::
Ptr
kcalevent
=
createKcalEvent
(
dt
.
qDateTime
(),
createdDt
,
kcalalarm
);
Alarm
::
Ptr
kcalalarmDisp
=
copyKcalAlarm
(
kcalevent
,
kcalalarm
);
...
...
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