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
Utilities
KCalc
Commits
3830d4bd
Commit
3830d4bd
authored
Feb 06, 2021
by
Nicolas Fella
Committed by
Albert Astals Cid
Feb 09, 2021
Browse files
Add missing KCoreAddons linkage
We use KAboutData so we need to link against KCoreAddons
parent
3162cf09
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3830d4bd
...
...
@@ -32,6 +32,7 @@ find_package (Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
CoreAddons
Crash
Config
ConfigWidgets
...
...
@@ -125,6 +126,7 @@ kf5_add_kdeinit_executable( kcalc ${kcalc_KDEINIT_SRCS})
target_link_libraries
(
kdeinit_kcalc
Qt5::Core
Qt5::Widgets
KF5::CoreAddons
KF5::ConfigWidgets
KF5::GuiAddons
KF5::I18n
...
...
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