Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Artikulate
Commits
3fb25605
Commit
3fb25605
authored
Sep 12, 2019
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use KF5_MIN_VERSION
parent
a35d8cbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
CMakeLists.txt
CMakeLists.txt
+6
-3
No files found.
CMakeLists.txt
View file @
3fb25605
...
...
@@ -26,8 +26,11 @@
project
(
artikulate
)
cmake_minimum_required
(
VERSION 3.5.0
)
set
(
QT_MIN_VERSION
"5.11.0"
)
set
(
KF5_MIN_VERSION
"5.57.0"
)
find_package
(
ECM 5.15.0 REQUIRED NO_MODULE
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
REQUIRED NO_MODULE
)
find_package
(
KF5DocTools
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
)
...
...
@@ -42,7 +45,7 @@ include(ECMEnableSanitizers)
include
(
FeatureSummary
)
include
(
GenerateExportHeader
)
find_package
(
Qt5
5.10
REQUIRED COMPONENTS
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED COMPONENTS
Widgets
Sql
XmlPatterns
...
...
@@ -51,7 +54,7 @@ find_package(Qt5 5.10 REQUIRED COMPONENTS
QuickWidgets
Test
)
find_package
(
KF5
5.57
REQUIRED COMPONENTS
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
Archive
Config
Crash
...
...
Write
Preview
Markdown
is supported
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