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
Education
Blinken
Commits
a1542342
Commit
a1542342
authored
Mar 08, 2022
by
Nicolas Fella
Browse files
Add missing KCoreAddons link
parent
8aa9295a
Pipeline
#148518
passed with stage
in 1 minute and 13 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a1542342
...
...
@@ -30,7 +30,7 @@ include(FeatureSummary)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
CONFIG REQUIRED Core Widgets Svg
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
I18n XmlGui GuiAddons DocTools DBusAddons Crash
CoreAddons
I18n XmlGui GuiAddons DocTools DBusAddons Crash
)
find_package
(
Phonon4Qt
${
QT_MAJOR_VERSION
}
REQUIRED
)
...
...
src/CMakeLists.txt
View file @
a1542342
...
...
@@ -29,6 +29,7 @@ ecm_add_app_icon(blinken_SRCS ICONS ${ICON_SRCS})
add_executable
(
blinken
${
blinken_SRCS
}
)
target_link_libraries
(
blinken
KF5::CoreAddons
KF5::I18n
KF5::XmlGui
KF5::GuiAddons
...
...
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