aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-08-16 18:14:48 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-08-17 10:12:25 +0200
commita79d2d1c182b753a7fa0018f10ffe9686ad2f949 (patch)
treeae73d542d929c820bf9e27f4bd3b27d354c0a1c9 /examples
parentc44e975b2476968ae73ea41396bd9622383ee1e1 (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples
Pick-to: 6.2 Task-number: QTBUG-95636 Change-Id: Iaded00e0fd274a27aeefb26d8211ce546d278399 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/virtualkeyboard/basic/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/virtualkeyboard/basic/CMakeLists.txt b/examples/virtualkeyboard/basic/CMakeLists.txt
index ff430b46..1b3782d7 100644
--- a/examples/virtualkeyboard/basic/CMakeLists.txt
+++ b/examples/virtualkeyboard/basic/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from basic.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(basic LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)