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
libkmahjongg
Commits
09dc9523
Commit
09dc9523
authored
Dec 19, 2020
by
Friedrich W. H. Kossebau
Browse files
KF5_MIN_VERSION -> KF_MIN_VERSION
GIT_SILENT
parent
f53faedb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
09dc9523
...
...
@@ -3,9 +3,9 @@ cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
project
(
libkmahjongg VERSION
"5.0.0"
)
set
(
QT_MIN_VERSION
"5.12.0"
)
set
(
KF
5
_MIN_VERSION
"5.68.0"
)
set
(
KF_MIN_VERSION
"5.68.0"
)
find_package
(
ECM
${
KF
5
_MIN_VERSION
}
REQUIRED NO_MODULE
)
find_package
(
ECM
${
KF_MIN_VERSION
}
REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/modules
${
ECM_MODULE_PATH
}
)
...
...
@@ -14,7 +14,7 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
Gui
Svg
)
find_package
(
KF5
${
KF
5
_MIN_VERSION
}
REQUIRED COMPONENTS
find_package
(
KF5
${
KF_MIN_VERSION
}
REQUIRED COMPONENTS
CoreAddons
Config
ConfigWidgets
...
...
src/KF5KMahjongglibConfig.cmake.in
View file @
09dc9523
...
...
@@ -4,7 +4,7 @@
include(CMakeFindDependencyMacro)
find_dependency(Qt5Gui @QT_MIN_VERSION@)
find_dependency(KF5ConfigWidgets @KF
5
_MIN_VERSION@)
find_dependency(KF5ConfigWidgets @KF_MIN_VERSION@)
include("${CMAKE_CURRENT_LIST_DIR}/KF5KMahjonggLibraryDepends.cmake")
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