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
Games
Kiriki
Commits
5d673fd9
Commit
5d673fd9
authored
Sep 08, 2020
by
Albert Astals Cid
Browse files
Require Qt that has QRandomGenerator
parent
81a9878c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5d673fd9
...
...
@@ -8,14 +8,14 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_
project
(
kiriki VERSION
${
RELEASE_SERVICE_VERSION
}
)
set
(
QT_MIN_VERSION
"5.
3
.0"
)
set
(
KF5_MIN_VERSION
"5.
1
5.0"
)
set
(
QT_MIN_VERSION
"5.
10
.0"
)
set
(
KF5_MIN_VERSION
"5.
5
5.0"
)
find_package
(
ECM
1.7.0
REQUIRED CONFIG
)
find_package
(
ECM
${
KF5_REQUIRED_VERSION
}
REQUIRED CONFIG
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
)
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED NO_MODULE COMPONENTS Widgets PrintSupport
)
find_package
(
KF5 REQUIRED COMPONENTS
find_package
(
KF5
${
KF5_REQUIRED_VERSION
}
REQUIRED COMPONENTS
CoreAddons
Config
Crash
...
...
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