Skip to content
GitLab
Menu
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
59c089e6
Commit
59c089e6
authored
Nov 06, 2021
by
Laurent Montel
😁
Browse files
Allow to show header in qtc6
parent
45f786e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
serializers/CMakeLists.txt
View file @
59c089e6
...
...
@@ -4,7 +4,9 @@ add_library(akonadi_serializer_kalarm MODULE)
target_sources
(
akonadi_serializer_kalarm PRIVATE
akonadi_serializer_kalarm.cpp
kaeventformatter.cpp
)
akonadi_serializer_kalarm.h
kaeventformatter.h
)
ecm_qt_declare_logging_category
(
akonadi_serializer_kalarm
HEADER akonadi_serializer_kalarm_debug.h
...
...
src/CMakeLists.txt
View file @
59c089e6
...
...
@@ -17,6 +17,19 @@ target_sources(KF5AlarmCalendar PRIVATE
collectionattribute.cpp
compatibilityattribute.cpp
eventattribute.cpp
kacalendar.h
karecurrence.h
akonadi.h
alarmtext.h
identities.h
kaevent.h
kadatetime.h
datetime.h
repetition.h
version.h
collectionattribute.h
compatibilityattribute.h
eventattribute.h
)
ecm_qt_declare_logging_category
(
KF5AlarmCalendar HEADER kalarmcal_debug.h IDENTIFIER KALARMCAL_LOG CATEGORY_NAME org.kde.pim.kalarmcal
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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