summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-09-22 13:15:43 +0200
committerRobert Griebl <robert.griebl@qt.io>2021-09-22 13:42:33 +0200
commitdfd3bbebc6deb0d630b43ac21d60a29d05919952 (patch)
tree967eb89dbc60939ab1e5c671215ed870a4825a18 /examples
parent9211d30bb6639cf46d8d4aa981751ec11996a214 (diff)
downloadqtapplicationmanager-dfd3bbebc6deb0d630b43ac21d60a29d05919952.tar.gz
Raise cmake_minimum_required to VERSION 3.16 in examples
Change-Id: Ib75913d86e42c3fa8c2a6e5347d110836d0e1c50 Pick-to: 6.2 Task-number: QTBUG-95636 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/applicationmanager/animated-windows/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/application-features/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/application-features/native/widgets/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/custom-appman/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/frame-timer/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/hello-world/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/intents/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/launch-intents/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/minidesk/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/multi-views/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/process-status/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/startup-plugin/CMakeLists.txt2
14 files changed, 14 insertions, 14 deletions
diff --git a/examples/applicationmanager/animated-windows/CMakeLists.txt b/examples/applicationmanager/animated-windows/CMakeLists.txt
index feb2dde0..74f3341a 100644
--- a/examples/applicationmanager/animated-windows/CMakeLists.txt
+++ b/examples/applicationmanager/animated-windows/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(animated-windows LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/application-features/CMakeLists.txt b/examples/applicationmanager/application-features/CMakeLists.txt
index 06c28a57..4f186e9f 100644
--- a/examples/applicationmanager/application-features/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(application-features LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt b/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt
index 1c965bab..3f320661 100644
--- a/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(terminator2plugin LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt b/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt
index dd885395..39d11923 100644
--- a/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(widgets LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/custom-appman/CMakeLists.txt b/examples/applicationmanager/custom-appman/CMakeLists.txt
index 55d7d8af..c3627257 100644
--- a/examples/applicationmanager/custom-appman/CMakeLists.txt
+++ b/examples/applicationmanager/custom-appman/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(custom-appman LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/frame-timer/CMakeLists.txt b/examples/applicationmanager/frame-timer/CMakeLists.txt
index 25b23411..184db902 100644
--- a/examples/applicationmanager/frame-timer/CMakeLists.txt
+++ b/examples/applicationmanager/frame-timer/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(frame-timer LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/hello-world/CMakeLists.txt b/examples/applicationmanager/hello-world/CMakeLists.txt
index 7437b04b..9924a982 100644
--- a/examples/applicationmanager/hello-world/CMakeLists.txt
+++ b/examples/applicationmanager/hello-world/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(hello-world LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/intents/CMakeLists.txt b/examples/applicationmanager/intents/CMakeLists.txt
index cec26cc8..78a6124e 100644
--- a/examples/applicationmanager/intents/CMakeLists.txt
+++ b/examples/applicationmanager/intents/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(intents LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/launch-intents/CMakeLists.txt b/examples/applicationmanager/launch-intents/CMakeLists.txt
index 7d001aa5..1216e644 100644
--- a/examples/applicationmanager/launch-intents/CMakeLists.txt
+++ b/examples/applicationmanager/launch-intents/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(launch-intents LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/minidesk/CMakeLists.txt b/examples/applicationmanager/minidesk/CMakeLists.txt
index 19e6c3d7..630f3502 100644
--- a/examples/applicationmanager/minidesk/CMakeLists.txt
+++ b/examples/applicationmanager/minidesk/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(minidesk LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/multi-views/CMakeLists.txt b/examples/applicationmanager/multi-views/CMakeLists.txt
index 43945685..1b4e9676 100644
--- a/examples/applicationmanager/multi-views/CMakeLists.txt
+++ b/examples/applicationmanager/multi-views/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(multi-views LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/process-status/CMakeLists.txt b/examples/applicationmanager/process-status/CMakeLists.txt
index 705582f1..03628e04 100644
--- a/examples/applicationmanager/process-status/CMakeLists.txt
+++ b/examples/applicationmanager/process-status/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(process-status LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt b/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt
index b52220ac..c40fddd2 100644
--- a/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt
+++ b/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(softwarecontainer-plugin LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/applicationmanager/startup-plugin/CMakeLists.txt b/examples/applicationmanager/startup-plugin/CMakeLists.txt
index fea79b91..2f0ba953 100644
--- a/examples/applicationmanager/startup-plugin/CMakeLists.txt
+++ b/examples/applicationmanager/startup-plugin/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(startup-plugin LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)