summaryrefslogtreecommitdiffstats
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 08:44:55 +0000
commitbe748b8f644debbf74a2c5d9b7e1de0999bb959b (patch)
tree6cff71b9331f9d3b573f3a9390cc1b5856b00a60
parent8c696abb1761b85d141d7fa0c4dd4ba1d66bcbdc (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples
Task-number: QTBUG-95636 Change-Id: I67a136d4437269f9afea9bf71d424d46132f4fa4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 8276adc9104f3bfa71b8014d87be69c8703e1289) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/multimedia/audiodecoder/CMakeLists.txt2
-rw-r--r--examples/multimedia/audiodevices/CMakeLists.txt2
-rw-r--r--examples/multimedia/audiooutput/CMakeLists.txt2
-rw-r--r--examples/multimedia/audiorecorder/CMakeLists.txt2
-rw-r--r--examples/multimedia/audiosource/CMakeLists.txt2
-rw-r--r--examples/multimedia/declarative-camera/CMakeLists.txt2
-rw-r--r--examples/multimedia/devices/CMakeLists.txt2
-rw-r--r--examples/multimedia/spectrum/CMakeLists.txt2
-rw-r--r--examples/multimedia/video/android/gstreamer/CMakeLists.txt2
-rw-r--r--examples/multimedia/video/mediaplayer/CMakeLists.txt2
-rw-r--r--examples/multimedia/video/qmlvideo/CMakeLists.txt2
-rw-r--r--examples/multimedia/video/qmlvideofx/CMakeLists.txt2
-rw-r--r--examples/multimedia/video/recorder/CMakeLists.txt2
-rw-r--r--examples/multimediawidgets/camera/CMakeLists.txt2
-rw-r--r--examples/multimediawidgets/player/CMakeLists.txt2
-rw-r--r--examples/multimediawidgets/videographicsitem/CMakeLists.txt2
-rw-r--r--examples/multimediawidgets/videowidget/CMakeLists.txt2
17 files changed, 17 insertions, 17 deletions
diff --git a/examples/multimedia/audiodecoder/CMakeLists.txt b/examples/multimedia/audiodecoder/CMakeLists.txt
index e1ffc8d2d..e78534aa2 100644
--- a/examples/multimedia/audiodecoder/CMakeLists.txt
+++ b/examples/multimedia/audiodecoder/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from audiodecoder.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(audiodecoder LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/audiodevices/CMakeLists.txt b/examples/multimedia/audiodevices/CMakeLists.txt
index 722c07573..245b396be 100644
--- a/examples/multimedia/audiodevices/CMakeLists.txt
+++ b/examples/multimedia/audiodevices/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from audiodevices.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(audiodevices LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/audiooutput/CMakeLists.txt b/examples/multimedia/audiooutput/CMakeLists.txt
index 6954f29bb..7f94e9ce7 100644
--- a/examples/multimedia/audiooutput/CMakeLists.txt
+++ b/examples/multimedia/audiooutput/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from audiooutput.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(audiooutput LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/audiorecorder/CMakeLists.txt b/examples/multimedia/audiorecorder/CMakeLists.txt
index bd7305971..2e2817d57 100644
--- a/examples/multimedia/audiorecorder/CMakeLists.txt
+++ b/examples/multimedia/audiorecorder/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from audiorecorder.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(audiorecorder LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/audiosource/CMakeLists.txt b/examples/multimedia/audiosource/CMakeLists.txt
index 1930b35b6..692a24564 100644
--- a/examples/multimedia/audiosource/CMakeLists.txt
+++ b/examples/multimedia/audiosource/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(audiosource LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/declarative-camera/CMakeLists.txt b/examples/multimedia/declarative-camera/CMakeLists.txt
index 3746c1c3a..8abdd6a2a 100644
--- a/examples/multimedia/declarative-camera/CMakeLists.txt
+++ b/examples/multimedia/declarative-camera/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from declarative-camera.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(declarative-camera LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/devices/CMakeLists.txt b/examples/multimedia/devices/CMakeLists.txt
index 1236a5b48..d75b4f23f 100644
--- a/examples/multimedia/devices/CMakeLists.txt
+++ b/examples/multimedia/devices/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from audiodevices.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(devices LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/spectrum/CMakeLists.txt b/examples/multimedia/spectrum/CMakeLists.txt
index 25b17dfb2..dfc7b8939 100644
--- a/examples/multimedia/spectrum/CMakeLists.txt
+++ b/examples/multimedia/spectrum/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(spectrum LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/video/android/gstreamer/CMakeLists.txt b/examples/multimedia/video/android/gstreamer/CMakeLists.txt
index 9abac17bd..f2b749c2a 100644
--- a/examples/multimedia/video/android/gstreamer/CMakeLists.txt
+++ b/examples/multimedia/video/android/gstreamer/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from gstreamer.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(gstreamer LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/video/mediaplayer/CMakeLists.txt b/examples/multimedia/video/mediaplayer/CMakeLists.txt
index 0176cf2c1..8626c2e22 100644
--- a/examples/multimedia/video/mediaplayer/CMakeLists.txt
+++ b/examples/multimedia/video/mediaplayer/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(mediaplayer LANGUAGES CXX)
diff --git a/examples/multimedia/video/qmlvideo/CMakeLists.txt b/examples/multimedia/video/qmlvideo/CMakeLists.txt
index dce82772a..c3eff7876 100644
--- a/examples/multimedia/video/qmlvideo/CMakeLists.txt
+++ b/examples/multimedia/video/qmlvideo/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from qmlvideo.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(qmlvideo LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/video/qmlvideofx/CMakeLists.txt b/examples/multimedia/video/qmlvideofx/CMakeLists.txt
index 853aa2ca7..d9d6a3d60 100644
--- a/examples/multimedia/video/qmlvideofx/CMakeLists.txt
+++ b/examples/multimedia/video/qmlvideofx/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from qmlvideofx.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(qmlvideofx LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimedia/video/recorder/CMakeLists.txt b/examples/multimedia/video/recorder/CMakeLists.txt
index 794fcac04..b01a23ca3 100644
--- a/examples/multimedia/video/recorder/CMakeLists.txt
+++ b/examples/multimedia/video/recorder/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(recorder LANGUAGES CXX)
diff --git a/examples/multimediawidgets/camera/CMakeLists.txt b/examples/multimediawidgets/camera/CMakeLists.txt
index de647c647..c8cc8fad7 100644
--- a/examples/multimediawidgets/camera/CMakeLists.txt
+++ b/examples/multimediawidgets/camera/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from camera.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(camera LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimediawidgets/player/CMakeLists.txt b/examples/multimediawidgets/player/CMakeLists.txt
index 48be3d0c6..03f1240b2 100644
--- a/examples/multimediawidgets/player/CMakeLists.txt
+++ b/examples/multimediawidgets/player/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from player.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(player LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimediawidgets/videographicsitem/CMakeLists.txt b/examples/multimediawidgets/videographicsitem/CMakeLists.txt
index 11faac9f4..8f10d3034 100644
--- a/examples/multimediawidgets/videographicsitem/CMakeLists.txt
+++ b/examples/multimediawidgets/videographicsitem/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from videographicsitem.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(videographicsitem LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/multimediawidgets/videowidget/CMakeLists.txt b/examples/multimediawidgets/videowidget/CMakeLists.txt
index e3118c6cf..74a49da57 100644
--- a/examples/multimediawidgets/videowidget/CMakeLists.txt
+++ b/examples/multimediawidgets/videowidget/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from videowidget.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(videowidget LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)