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
735c318b
Commit
735c318b
authored
Mar 08, 2022
by
Nicolas Fella
Browse files
Add missing kcoreaddons dep
parent
94d75fa1
Pipeline
#162737
passed with stage
in 5 minutes and 2 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
kstyle/CMakeLists.txt
View file @
735c318b
################# Qt/KDE #################
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
REQUIRED CONFIG COMPONENTS Widgets DBus
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
CoreAddons
I18n
Config
GuiAddons
...
...
@@ -99,7 +100,7 @@ if (TARGET Qt5::X11Extras)
elseif
(
TARGET Qt6::Gui
)
target_link_libraries
(
breeze Qt6::GuiPrivate
)
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
)
...
...
Nicolas Fella
@nicolasfella
mentioned in commit
5e3bb6b4
·
Apr 11, 2022
mentioned in commit
5e3bb6b4
mentioned in commit 5e3bb6b46a994ff12965c7424472c8a4f87ab052
Toggle commit list
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