summaryrefslogtreecommitdiffstats
path: root/examples/scxml/mediaplayer-qml-static
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-08-16 18:14:48 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-17 08:44:36 +0000
commitc8023f93355dde46e27fd0478f663740b82825dd (patch)
tree6713442279703c6a8dcec8cd202b4009ee921b05 /examples/scxml/mediaplayer-qml-static
parent03aca2f6dc4ab43a47ea6e2fbba5472210cb2a15 (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples
Task-number: QTBUG-95636 Change-Id: I821f412f9dbe11ae99ffd888a7ab2ba415ed9379 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 0a9952317c3d3fadc5cc7c7fbae191058b097bab) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/scxml/mediaplayer-qml-static')
-rw-r--r--examples/scxml/mediaplayer-qml-static/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scxml/mediaplayer-qml-static/CMakeLists.txt b/examples/scxml/mediaplayer-qml-static/CMakeLists.txt
index 34306e5..76e9ce3 100644
--- a/examples/scxml/mediaplayer-qml-static/CMakeLists.txt
+++ b/examples/scxml/mediaplayer-qml-static/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from mediaplayer-qml-static.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(mediaplayer-qml-static LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)