summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/application
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-08-16 18:14:46 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-17 17:41:02 +0000
commitf5c8970eef6322fd5a85df70f780a0798caf3a46 (patch)
treee4641aeb845b493eee7f47272672764915fadd51 /examples/widgets/mainwindows/application
parent47d126d2b70819e9dff4bb024d0284d0c4cc63c9 (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples
Task-number: QTBUG-95636 Change-Id: I1270b4846d8a23bc3563b6942c0910e095d2be4a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit ff00ef641041d2a758ec2560d87ef8f549618a7d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/widgets/mainwindows/application')
-rw-r--r--examples/widgets/mainwindows/application/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/mainwindows/application/CMakeLists.txt b/examples/widgets/mainwindows/application/CMakeLists.txt
index 53354d0460..483edcda4a 100644
--- a/examples/widgets/mainwindows/application/CMakeLists.txt
+++ b/examples/widgets/mainwindows/application/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from application.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(application LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)