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
Plasma Breeze visual style
Commits
0f97c23b
Commit
0f97c23b
authored
Mar 29, 2022
by
Andreas Sturmlechner
Committed by
Andreas Sturmlechner
Apr 01, 2022
Browse files
Add missing KCoreAddons link
Signed-off-by:
Andreas Sturmlechner
<
asturm@gentoo.org
>
parent
b0fe15a7
Pipeline
#157860
passed with stage
in 2 minutes and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
kstyle/CMakeLists.txt
View file @
0f97c23b
...
...
@@ -11,7 +11,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
OPTIONAL_COMPONENTS Quick
)
set
(
BREEZE_HAVE_QTQUICK
${
Qt5Quick_FOUND
}
)
if
(
BREEZE_HAVE_QTQUICK
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS Kirigami2
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
CoreAddons
Kirigami2
)
endif
()
if
(
TARGET Qt5::Core
)
...
...
@@ -92,7 +92,7 @@ kconfig_add_kcfg_files(breeze_PART_SRCS breezestyleconfigdata.kcfgc)
add_library
(
breeze MODULE
${
breeze_PART_SRCS
}
)
target_link_libraries
(
breeze Qt::Core Qt::Gui Qt::Widgets Qt::DBus
)
if
(
BREEZE_HAVE_QTQUICK
)
target_link_libraries
(
breeze Qt::Quick KF5::Kirigami2
)
target_link_libraries
(
breeze Qt::Quick
KF5::CoreAddons
KF5::Kirigami2
)
endif
()
if
(
TARGET Qt5::X11Extras
)
target_link_libraries
(
breeze Qt5::X11Extras
)
...
...
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