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
KFind
Commits
f8f6a8a7
Commit
f8f6a8a7
authored
Mar 25, 2021
by
Laurent Montel
😁
Browse files
Time to increase version
parent
6ea4e444
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f8f6a8a7
...
...
@@ -8,11 +8,11 @@ set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE
project
(
kfind VERSION
${
RELEASE_SERVICE_VERSION
}
)
set
(
KF5_MIN_VERSION
"5.
68
.0"
)
set
(
KF5_MIN_VERSION
"5.
71
.0"
)
# ECM setup
find_package
(
ECM
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
set
(
QT_REQUIRED_VERSION
"5.1
2
.0"
)
set
(
QT_REQUIRED_VERSION
"5.1
3
.0"
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets Concurrent
)
include
(
KDEInstallDirs
)
...
...
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