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
KCalUtils
Commits
c9817473
Commit
c9817473
authored
Feb 01, 2021
by
Laurent Montel
😁
Browse files
Use autorcc directly
parent
ee68fcdc
Pipeline
#49403
failed with stage
in 8 minutes and 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
c9817473
...
...
@@ -13,6 +13,7 @@ set(kcalutils_SRCS
grantleeki18nlocalizer.cpp
grantleetemplatemanager.cpp
qtresourcetemplateloader.cpp
templates.qrc
)
ecm_qt_declare_logging_category
(
kcalutils_SRCS HEADER kcalutils_debug.h IDENTIFIER KCALUTILS_LOG CATEGORY_NAME org.kde.pim.kcalutils
OLD_CATEGORY_NAMES log_kcalutils
...
...
@@ -23,8 +24,6 @@ kconfig_add_kcfg_files(kcalutils_SRCS htmlexportsettings.kcfgc)
ki18n_wrap_ui
(
kcalutils_SRCS recurrenceactionsscopewidget.ui
)
qt5_add_resources
(
kcalutils_SRCS templates.qrc
)
add_library
(
KF5CalendarUtils
${
kcalutils_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
KF5CalendarUtils PROPERTIES UNITY_BUILD ON
)
...
...
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