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
Utilities
KTeaTime
Commits
20d34c64
Commit
20d34c64
authored
Mar 31, 2022
by
Andreas Sturmlechner
Committed by
Andreas Sturmlechner
Apr 03, 2022
Browse files
Add missing KCoreAddons dep and link
parent
7ac9f29c
Pipeline
#158793
passed with stage
in 54 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
20d34c64
...
...
@@ -28,6 +28,7 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED
Config
CoreAddons
Crash
I18n
IconThemes
...
...
src/CMakeLists.txt
View file @
20d34c64
...
...
@@ -10,6 +10,7 @@ ki18n_wrap_ui(kteatime settings.ui timeedit.ui)
target_link_libraries
(
kteatime
KF5::ConfigCore
KF5::ConfigGui
KF5::CoreAddons
KF5::Crash
KF5::I18n
KF5::IconThemes
...
...
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