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
Plasma
Plasma Workspace
Commits
609a8ad9
Commit
609a8ad9
authored
Dec 31, 2020
by
Laurent Montel
😁
Browse files
Autogenerate categories files
parent
721047cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
klipper/CMakeLists.txt
View file @
609a8ad9
...
...
@@ -23,7 +23,7 @@ set(libklipper_common_SRCS
clipcommandprocess.cpp
)
ecm_qt_declare_logging_category
(
libklipper_common_SRCS HEADER klipper_debug.h IDENTIFIER KLIPPER_LOG CATEGORY_NAME org.kde.klipper
)
ecm_qt_declare_logging_category
(
libklipper_common_SRCS HEADER klipper_debug.h IDENTIFIER KLIPPER_LOG CATEGORY_NAME org.kde.klipper
DESCRIPTION
"klipper"
EXPORT KLIPPER
)
configure_file
(
config-klipper.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config-klipper.h
)
...
...
@@ -94,5 +94,5 @@ if(BUILD_TESTING)
add_subdirectory
(
autotests
)
endif
()
install
(
FILE
S
klipper.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
ecm_qt_install_logging_categories
(
EXPORT KLIPPER
FILE klipper.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
klipper/klipper.categories
deleted
100644 → 0
View file @
721047cb
org.kde.klipper klipper IDENTIFIER [KLIPPER_LOG]
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