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
Konqueror
Commits
0cdc2185
Commit
0cdc2185
authored
Apr 05, 2021
by
Nicolas Fella
Committed by
Stefano Crocco
Apr 11, 2021
Browse files
Add some missing linkages
Currently things work due to transitiveness, but we better not rely on that
parent
869a3813
Changes
3
Hide whitespace changes
Inline
Side-by-side
plugins/fsview/CMakeLists.txt
View file @
0cdc2185
...
...
@@ -28,7 +28,7 @@ set(fsview_SRCS main.cpp ${libfsview_SRCS} )
add_executable
(
fsview
${
fsview_SRCS
}
)
target_link_libraries
(
fsview KF5::KIOWidgets KF5::I18n KF5::IconThemes
)
target_link_libraries
(
fsview KF5::KIOWidgets KF5::I18n
KF5::ConfigCore
KF5::IconThemes
)
install
(
TARGETS fsview
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
plugins/fsview/tests/CMakeLists.txt
View file @
0cdc2185
...
...
@@ -21,4 +21,4 @@ set(scantest_SRCS scantest.cpp ${libfsview_SRCS})
add_executable
(
scantest
${
scantest_SRCS
}
)
ecm_mark_as_test
(
scantest
)
target_link_libraries
(
scantest KF5::KIOCore KF5::IconThemes KF5::I18n KF5::WidgetsAddons Qt5::Widgets
)
target_link_libraries
(
scantest KF5::KIOCore KF5::IconThemes KF5::I18n
KF5::ConfigCore
KF5::WidgetsAddons Qt5::Widgets
)
sidebar/test/CMakeLists.txt
View file @
0cdc2185
...
...
@@ -17,6 +17,8 @@ ecm_add_test(
../module_manager.cpp
../sidebar_debug.cpp
LINK_LIBRARIES
KF5::ConfigCore
KF5::Service
KF5::KIOCore
Qt5::Core
Qt5::Test
...
...
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