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
Akonadi Calendar Tools
Commits
5112d3a9
Commit
5112d3a9
authored
Nov 07, 2021
by
Laurent Montel
😁
Browse files
Allow to show header in qtc6
parent
1eb86a67
Pipeline
#94904
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
calendarjanitor/CMakeLists.txt
View file @
5112d3a9
...
...
@@ -4,11 +4,16 @@ if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
endif
()
target_sources
(
calendarjanitor PRIVATE
main.cpp
backuper.cpp
calendarjanitor.cpp
collectionloader.cpp
main.cpp
options.cpp
)
options.cpp
backuper.h
calendarjanitor.h
collectionloader.h
options.h
)
target_link_libraries
(
calendarjanitor
KF5::CalendarUtils
...
...
konsolekalendar/CMakeLists.txt
View file @
5112d3a9
...
...
@@ -14,6 +14,14 @@ target_sources(konsolekalendar PRIVATE
konsolekalendaradd.cpp
konsolekalendarexports.cpp
konsolekalendar.cpp
konsolekalendarepoch.h
konsolekalendardelete.h
konsolekalendarchange.h
konsolekalendarvariables.h
konsolekalendaradd.h
konsolekalendarexports.h
konsolekalendar.h
main.cpp
)
ecm_qt_declare_logging_category
(
konsolekalendar
...
...
Write
Preview
Supports
Markdown
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