Skip to content

Commit 20a1a3d

Browse files
Be-ingahayzen-kdab
authored andcommitted
1 parent aedcc68 commit 20a1a3d

File tree

8 files changed

+8
-16
lines changed

8 files changed

+8
-16
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
#
66
# SPDX-License-Identifier: MIT OR Apache-2.0
77

8-
# TODO: figure out what the actual hard minimum is
9-
cmake_minimum_required(VERSION 3.16)
8+
cmake_minimum_required(VERSION 3.24)
109

1110
if(NOT CMAKE_BUILD_TYPE)
1211
set(CMAKE_BUILD_TYPE "Debug")

examples/demo_threading/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
#
44
# SPDX-License-Identifier: MIT OR Apache-2.0
55

6-
# TODO: figure out what the actual hard minimum is
7-
cmake_minimum_required(VERSION 3.16)
6+
cmake_minimum_required(VERSION 3.24)
87

98
project(demo_threading)
109
set(APP_NAME ${PROJECT_NAME})

examples/qml_extension_plugin/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
#
55
# SPDX-License-Identifier: MIT OR Apache-2.0
66

7-
# TODO: figure out what the actual hard minimum is
8-
cmake_minimum_required(VERSION 3.16)
7+
cmake_minimum_required(VERSION 3.24)
98

109
project(example_qml_extension_plugin)
1110
set(APP_NAME ${PROJECT_NAME})

examples/qml_features/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
#
55
# SPDX-License-Identifier: MIT OR Apache-2.0
66

7-
# TODO: figure out what the actual hard minimum is
8-
cmake_minimum_required(VERSION 3.16)
7+
cmake_minimum_required(VERSION 3.24)
98

109
project(example_qml_features)
1110
set(APP_NAME ${PROJECT_NAME})

examples/qml_minimal/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
#
55
# SPDX-License-Identifier: MIT OR Apache-2.0
66

7-
# TODO: figure out what the actual hard minimum is
87
# ANCHOR: book_cmake_setup
9-
cmake_minimum_required(VERSION 3.16)
8+
cmake_minimum_required(VERSION 3.24)
109

1110
project(example_qml_minimal)
1211
set(APP_NAME ${PROJECT_NAME})

tests/basic_cxx_only/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
#
55
# SPDX-License-Identifier: MIT OR Apache-2.0
66

7-
# TODO: figure out what the actual hard minimum is
8-
cmake_minimum_required(VERSION 3.16)
7+
cmake_minimum_required(VERSION 3.24)
98

109
project(tests_basic_cxx_only)
1110
set(APP_NAME ${PROJECT_NAME})

tests/basic_cxx_qt/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
#
55
# SPDX-License-Identifier: MIT OR Apache-2.0
66

7-
# TODO: figure out what the actual hard minimum is
8-
cmake_minimum_required(VERSION 3.16)
7+
cmake_minimum_required(VERSION 3.24)
98

109
project(tests_basic_cxx_qt)
1110
set(APP_NAME ${PROJECT_NAME})

tests/qt_types_standalone/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
#
55
# SPDX-License-Identifier: MIT OR Apache-2.0
66

7-
# TODO: figure out what the actual hard minimum is
8-
cmake_minimum_required(VERSION 3.16)
7+
cmake_minimum_required(VERSION 3.24)
98

109
project(tests_qt_types_standalone)
1110
set(APP_NAME ${PROJECT_NAME})

0 commit comments

Comments
 (0)