summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmlf1legends
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 12:28:55 +0000
commit00cc42b3361a74ac4f19be459ee310e7c016ceb8 (patch)
tree379fcbc50a9e73b34db617c492f50a2b8172c051 /examples/charts/qmlf1legends
parent22cd99e24fb959dc8bd0e14a430422877cb90933 (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples
Task-number: QTBUG-95636 Change-Id: I2ae5ba6164cb5ed450c8924d484d30167461c10d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 76fcbad6f08e490865c362ec02c02b13800c37cc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/charts/qmlf1legends')
-rw-r--r--examples/charts/qmlf1legends/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/qmlf1legends/CMakeLists.txt b/examples/charts/qmlf1legends/CMakeLists.txt
index 69b418e9..f5438a22 100644
--- a/examples/charts/qmlf1legends/CMakeLists.txt
+++ b/examples/charts/qmlf1legends/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from qmlf1legends.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(qmlf1legends LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)