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
3aabc718
Commit
3aabc718
authored
Sep 21, 2016
by
Laurent Montel
😁
Browse files
Rename categories
parent
31149f2d
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3aabc718
...
...
@@ -69,5 +69,7 @@ install(FILES
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
COMPONENT Devel
)
install
(
FILES kalarmcal.renamecategories kalarmcal.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
kalarmcal.categories
0 → 100644
View file @
3aabc718
org.kde.pim.kalarmcal kalarmcal (kalarmcal)
kalarmcal.renamecategories
0 → 100644
View file @
3aabc718
log_kalarmcal org.kde.pim.kalarmcal
src/CMakeLists.txt
View file @
3aabc718
...
...
@@ -17,7 +17,7 @@ set(kalarmcal_LIB_SRCS
eventattribute.cpp
)
ecm_qt_declare_logging_category
(
kalarmcal_LIB_SRCS HEADER kalarmcal_debug.h IDENTIFIER KALARMCAL_LOG CATEGORY_NAME
log_
kalarmcal
)
ecm_qt_declare_logging_category
(
kalarmcal_LIB_SRCS HEADER kalarmcal_debug.h IDENTIFIER KALARMCAL_LOG CATEGORY_NAME
org.kde.pim.
kalarmcal
)
add_library
(
KF5AlarmCalendar
${
kalarmcal_LIB_SRCS
}
)
...
...
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