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
Mobipocket
Commits
0881310f
Commit
0881310f
authored
Nov 19, 2021
by
Albert Astals Cid
Browse files
Increase ecm, cmake and qt requirements a bit
parent
a9aa7756
Pipeline
#98893
passed with stage
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0881310f
cmake_minimum_required
(
VERSION
2.8
.1
2
FATAL_ERROR
)
cmake_minimum_required
(
VERSION
3
.1
6
FATAL_ERROR
)
project
(
mobipocket
)
find_package
(
ECM
1.3
.0 REQUIRED NO_MODULE
)
find_package
(
ECM
5.68
.0 REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
ECM_MODULE_PATH
}
)
include
(
FeatureSummary
)
...
...
@@ -14,7 +14,7 @@ include(KDEInstallDirs)
include
(
KDECMakeSettings
)
include
(
KDECompilerSettings NO_POLICY_SCOPE
)
set
(
REQUIRED_QT_VERSION 5.
4
.0
)
set
(
REQUIRED_QT_VERSION 5.
12
.0
)
find_package
(
Qt5
${
REQUIRED_QT_VERSION
}
CONFIG REQUIRED Core Gui
)
ecm_setup_version
(
"2.0.0"
...
...
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