Skip to content
GitLab
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
d790a535
Commit
d790a535
authored
Apr 27, 2021
by
Nicolas Fella
Browse files
Remove unused KIconThemes dependency
parent
ef052149
Pipeline
#59871
passed with stage
in 5 minutes and 30 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d790a535
...
@@ -24,7 +24,6 @@ find_package(KF5 REQUIRED COMPONENTS
...
@@ -24,7 +24,6 @@ find_package(KF5 REQUIRED COMPONENTS
ConfigWidgets
ConfigWidgets
DocTools
DocTools
I18n
I18n
IconThemes
KIO
KIO
)
)
include
(
KDEGitCommitHooks
)
include
(
KDEGitCommitHooks
)
...
...
src/CMakeLists.txt
View file @
d790a535
...
@@ -57,7 +57,6 @@ target_link_libraries(kcm_cron
...
@@ -57,7 +57,6 @@ target_link_libraries(kcm_cron
Qt::PrintSupport
Qt::PrintSupport
KF5::ConfigWidgets
KF5::ConfigWidgets
KF5::I18n
KF5::I18n
KF5::IconThemes
KF5::KIOWidgets
KF5::KIOWidgets
)
)
...
...
src/crontablib/cttask.cpp
View file @
d790a535
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
#include
"cttask.h"
#include
"cttask.h"
#include
<KIconLoader>
#include
<KLocalizedString>
#include
<KLocalizedString>
#include
<QMimeDatabase>
#include
<QMimeDatabase>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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