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
Plasma
Plasma Breeze visual style
Commits
5e3bb6b4
Commit
5e3bb6b4
authored
Mar 08, 2022
by
Nicolas Fella
Browse files
Add missing kcoreaddons dep
(cherry picked from commit
735c318b
)
parent
5e7e6e4e
Pipeline
#162739
passed with stage
in 2 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kstyle/CMakeLists.txt
View file @
5e3bb6b4
################# Qt/KDE #################
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED CONFIG COMPONENTS Widgets DBus
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
CoreAddons
I18n
Config
GuiAddons
...
...
@@ -88,7 +89,7 @@ endif()
if
(
BREEZE_HAVE_QTX11EXTRAS
)
target_link_libraries
(
breeze Qt::X11Extras
)
endif
()
target_link_libraries
(
breeze KF5::ConfigCore KF5::ConfigWidgets KF5::GuiAddons KF5::IconThemes KF5::WindowSystem
)
target_link_libraries
(
breeze
KF5::CoreAddons
KF5::ConfigCore KF5::ConfigWidgets KF5::GuiAddons KF5::IconThemes KF5::WindowSystem
)
target_link_libraries
(
breeze breezecommon5
)
if
(
KF5FrameworkIntegration_FOUND
)
...
...
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