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
Plasma
Bluedevil
Commits
d0fc70bd
Commit
d0fc70bd
authored
Dec 14, 2020
by
Nicolas Fella
Browse files
Remove unused KIconThemes dependency
parent
fc66aa1e
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d0fc70bd
...
...
@@ -25,7 +25,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
DBusAddons
Notifications
WindowSystem
IconThemes
Plasma
I18n
KIO
...
...
src/kded/CMakeLists.txt
View file @
d0fc70bd
...
...
@@ -27,7 +27,6 @@ target_link_libraries(kded_bluedevil
KF5::Notifications
KF5::KIOCore
KF5::KIOFileWidgets
KF5::IconThemes
KF5::WindowSystem
KF5::BluezQt
)
src/sendfile/CMakeLists.txt
View file @
d0fc70bd
...
...
@@ -28,7 +28,6 @@ target_link_libraries(bluedevil-sendfile
KF5::CoreAddons
KF5::DBusAddons
KF5::WidgetsAddons
KF5::IconThemes
KF5::KIOFileWidgets
KF5::BluezQt
)
...
...
src/wizard/CMakeLists.txt
View file @
d0fc70bd
...
...
@@ -29,7 +29,6 @@ target_link_libraries(bluedevil-wizard
KF5::DBusAddons
KF5::Notifications
KF5::WidgetsAddons
KF5::IconThemes
KF5::BluezQt
)
install
(
TARGETS bluedevil-wizard
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
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