Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KBlocks
Commits
0f3247b2
Commit
0f3247b2
authored
Dec 06, 2022
by
Laurent Montel
Browse files
Use ECMDeprecationSettings
parent
8ad6c248
Pipeline
#281077
passed with stage
in 6 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0f3247b2
...
...
@@ -25,6 +25,7 @@ include(ECMSetupVersion)
include
(
ECMInstallIcons
)
include
(
FeatureSummary
)
include
(
InternalMacros
)
include
(
ECMDeprecationSettings
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
REQUIRED NO_MODULE COMPONENTS Test Widgets Svg Network
)
if
(
QT_MAJOR_VERSION STREQUAL
"6"
)
...
...
@@ -41,6 +42,10 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
WidgetsAddons
XmlGui
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2
KF 5.101
KDEGAMES 7.3
)
find_package
(
KF5KDEGames 7.1.0 REQUIRED
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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