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
Graphics
KolourPaint
Commits
49d7a915
Commit
49d7a915
authored
Oct 16, 2021
by
Alexander Stippich
Browse files
Only depend on major.minor version of KF5Sane
parent
62680ac2
Pipeline
#89135
passed with stage
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
49d7a915
...
...
@@ -43,7 +43,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
add_definitions
(
-DQT_USE_QSTRINGBUILDER
)
find_package
(
KF5Sane
${
RELEASE_SERVICE_VERSION
}
)
find_package
(
KF5Sane
"
${
RELEASE_SERVICE_VERSION
_MAJOR
}
.
${
RELEASE_SERVICE_VERSION_MINOR
}
"
)
if
(
KF5Sane_FOUND
)
add_definitions
(
-DHAVE_KSANE=1
)
...
...
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