aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/models/abstractitemmodel
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-08-16 18:14:47 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-17 14:14:59 +0000
commit00902640972b0bc36edcfa4fea042bcc14b0b0de (patch)
tree7fbbc774da5fa1ead8be59f2af7c5dfb50a228d0 /examples/quick/models/abstractitemmodel
parent551125b333d2ee35aeea1fc40f5794716f63172b (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples
Task-number: QTBUG-95636 Change-Id: I9f76b787533dad1c469fbb8c69df6c27b20a9aa3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit b4ab58d791167329259f5403e52ce6c85b5f0074) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/quick/models/abstractitemmodel')
-rw-r--r--examples/quick/models/abstractitemmodel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/models/abstractitemmodel/CMakeLists.txt b/examples/quick/models/abstractitemmodel/CMakeLists.txt
index 992fdd0f8a..240f171c41 100644
--- a/examples/quick/models/abstractitemmodel/CMakeLists.txt
+++ b/examples/quick/models/abstractitemmodel/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from abstractitemmodel.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(abstractitemmodel LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)