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
Network
KAccounts Integration
Commits
ad988419
Commit
ad988419
authored
Sep 16, 2022
by
Albert Astals Cid
Browse files
Increase KF5 requirement
We need to have a newer ki18n otherwise xi18ndc won't work
parent
e6921d68
Pipeline
#233232
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ad988419
...
...
@@ -8,7 +8,7 @@ set(KACCOUNTS_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSIO
project
(
KAccounts LANGUAGES CXX VERSION
${
KACCOUNTS_VERSION
}
)
set
(
QT_REQUIRED_VERSION
"5.15.0"
)
set
(
KF5_MIN_VERSION
"5.9
1
.0"
)
set
(
KF5_MIN_VERSION
"5.9
8
.0"
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
...
...
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