summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-08-16 18:14:47 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-08-17 13:48:17 +0200
commit5dc2785f672b627c0c9714787c99c28d67307ca2 (patch)
treecbdec0fdb07ac2ee4c8c1885990b2214c74ba1b7 /examples
parentca72850f5c3564fa981d425d4af28658a875572c (diff)
downloadqtlocation-5dc2785f672b627c0c9714787c99c28d67307ca2.tar.gz
Raise cmake_minimum_required to VERSION 3.16 in examples
Pick-to: 6.2 Task-number: QTBUG-95636 Change-Id: I821f412f9dbe11ae99ffd888a7ab2ba415ed9379 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/positioning/geoflickr/CMakeLists.txt2
-rw-r--r--examples/positioning/logfilepositionsource/CMakeLists.txt2
-rw-r--r--examples/positioning/satelliteinfo/CMakeLists.txt2
-rw-r--r--examples/positioning/weatherinfo/CMakeLists.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/positioning/geoflickr/CMakeLists.txt b/examples/positioning/geoflickr/CMakeLists.txt
index 52d020a5..a871b827 100644
--- a/examples/positioning/geoflickr/CMakeLists.txt
+++ b/examples/positioning/geoflickr/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from geoflickr.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(geoflickr LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/positioning/logfilepositionsource/CMakeLists.txt b/examples/positioning/logfilepositionsource/CMakeLists.txt
index 2ae7c5f3..b9064aea 100644
--- a/examples/positioning/logfilepositionsource/CMakeLists.txt
+++ b/examples/positioning/logfilepositionsource/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from logfilepositionsource.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(logfilepositionsource LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/positioning/satelliteinfo/CMakeLists.txt b/examples/positioning/satelliteinfo/CMakeLists.txt
index 092bf290..21613877 100644
--- a/examples/positioning/satelliteinfo/CMakeLists.txt
+++ b/examples/positioning/satelliteinfo/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from satelliteinfo.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(satelliteinfo LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/positioning/weatherinfo/CMakeLists.txt b/examples/positioning/weatherinfo/CMakeLists.txt
index d120fb90..32225dc0 100644
--- a/examples/positioning/weatherinfo/CMakeLists.txt
+++ b/examples/positioning/weatherinfo/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from weatherinfo.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(weatherinfo LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)