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
KBruch
Commits
cd0abd82
Commit
cd0abd82
authored
Jan 23, 2022
by
Ömer Fadıl Usta
😊
Committed by
Albert Astals Cid
Jan 23, 2022
Browse files
Add missing find package for coreaddons
CoreAddons needed for KAboutData
parent
2037f5ff
Pipeline
#127511
passed with stage
in 1 minute and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cd0abd82
...
...
@@ -32,6 +32,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
Config
Crash
I18n
CoreAddons
WidgetsAddons
XmlGui
)
...
...
src/CMakeLists.txt
View file @
cd0abd82
...
...
@@ -42,6 +42,7 @@ target_link_libraries(kbruch
KF5::ConfigGui
KF5::Crash
KF5::I18n
KF5::CoreAddons
KF5::WidgetsAddons
KF5::XmlGui
)
...
...
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