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
System
KCron
Commits
ec3346a5
Commit
ec3346a5
authored
Feb 24, 2022
by
Albert Astals Cid
Browse files
This doesn't need Auth, AuthCore is enough
parent
a3b532aa
Pipeline
#141633
passed with stage
in 1 minute and 32 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
ec3346a5
...
...
@@ -60,7 +60,7 @@ target_link_libraries(kcm_cron
KF5::I18n
KF5::KIOWidgets
KF5::CoreAddons
KF5::Auth
KF5::Auth
Core
)
install
(
TARGETS kcm_cron DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
)
...
...
src/helper/CMakeLists.txt
View file @
ec3346a5
add_executable
(
kcron_helper kcronhelper.cpp
)
target_link_libraries
(
kcron_helper PRIVATE KF5::AuthCore Qt
${
QT_MAJOR_VERSION
}
::Core KF5::Auth
)
target_link_libraries
(
kcron_helper PRIVATE KF5::AuthCore Qt
${
QT_MAJOR_VERSION
}
::Core KF5::Auth
Core
)
ecm_qt_declare_logging_category
(
kcron_helper
HEADER kcm_cron_helper_debug.h
...
...
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