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
Network
KGet
Commits
7be01882
Commit
7be01882
authored
Apr 26, 2021
by
Nicolas Fella
Committed by
Albert Astals Cid
May 11, 2021
Browse files
Make dependency on KI18n explicit
It already pulled in by KParts, but we better not rely on that
parent
de22b7e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/konqueror/CMakeLists.txt
View file @
7be01882
...
...
@@ -8,7 +8,7 @@ QT5_ADD_DBUS_INTERFACE(kget_browser_integration_SRCS ../../dbus/org.kde.kget.mai
add_library
(
kget_browser_integration MODULE
${
kget_browser_integration_SRCS
}
)
target_link_libraries
(
kget_browser_integration KF5::CoreAddons KF5::IconThemes KF5::Parts
)
target_link_libraries
(
kget_browser_integration KF5::CoreAddons
KF5::I18n
KF5::IconThemes KF5::Parts
)
install
(
TARGETS kget_browser_integration DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
)
...
...
Write
Preview
Markdown
is supported
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