summaryrefslogtreecommitdiff
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:23 +0200
commit87a9fb2887bbaee76c5b7ae81fd9d3eb2b3b49a4 (patch)
treed041bb61f328437bd4fd472bfcecce2c8bd1268b /examples
parent5287418a9ed859302c872500e99cfd44771c5468 (diff)
downloadqtwebchannel-87a9fb2887bbaee76c5b7ae81fd9d3eb2b3b49a4.tar.gz
Raise cmake_minimum_required to VERSION 3.16 in examples
Pick-to: 6.2 Task-number: QTBUG-95636 Change-Id: I821f412f9dbe11ae99ffd888a7ab2ba415ed9379 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/webchannel/chatserver-cpp/CMakeLists.txt2
-rw-r--r--examples/webchannel/standalone/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/webchannel/chatserver-cpp/CMakeLists.txt b/examples/webchannel/chatserver-cpp/CMakeLists.txt
index 0bb0c6a..501f10f 100644
--- a/examples/webchannel/chatserver-cpp/CMakeLists.txt
+++ b/examples/webchannel/chatserver-cpp/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from chatserver-cpp.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(chatserver LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/webchannel/standalone/CMakeLists.txt b/examples/webchannel/standalone/CMakeLists.txt
index ff085c5..420f06e 100644
--- a/examples/webchannel/standalone/CMakeLists.txt
+++ b/examples/webchannel/standalone/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from standalone.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(standalone LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)