diff options
| author | Fabian Kosmale <fabian.kosmale@qt.io> | 2024-07-02 11:05:20 +0200 |
|---|---|---|
| committer | Fabian Kosmale <fabian.kosmale@qt.io> | 2024-07-03 08:43:43 +0200 |
| commit | 2a32ec77c088a4d4c3dd574b4293ed4b6db2e821 (patch) | |
| tree | 92ad916c1134647f48d911fa3947147a4f99ada5 /examples/qmlcompiler/tutorials/helloworld | |
| parent | 0f1592100616c7da8e2194e5f12c61dcf3e17f9c (diff) | |
examples: Consistently require Qt 6.8
This prevents policy warnings in a few cases, and we want people to
opt-in to new policies, so make our examples copy'n'paste friendly.
Pick-to: 6.8
Task-number: QTBUG-126201
Task-number: QTBUG-126468
Change-Id: Iefa666b61c2d2f767da3583f0f6efd8e4a2169e5
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
Diffstat (limited to 'examples/qmlcompiler/tutorials/helloworld')
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/qmlcompiler/tutorials/helloworld/chapter1/CMakeLists.txt b/examples/qmlcompiler/tutorials/helloworld/chapter1/CMakeLists.txt index b9466b61b3..bd77de8825 100644 --- a/examples/qmlcompiler/tutorials/helloworld/chapter1/CMakeLists.txt +++ b/examples/qmlcompiler/tutorials/helloworld/chapter1/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) find_package(Qt6 REQUIRED COMPONENTS QmlCompiler) qt_standard_project_setup( - REQUIRES 6.6 + REQUIRES 6.8 ) qt_add_plugin(HelloWorldPlugin) diff --git a/examples/qmlcompiler/tutorials/helloworld/chapter2/CMakeLists.txt b/examples/qmlcompiler/tutorials/helloworld/chapter2/CMakeLists.txt index b9466b61b3..bd77de8825 100644 --- a/examples/qmlcompiler/tutorials/helloworld/chapter2/CMakeLists.txt +++ b/examples/qmlcompiler/tutorials/helloworld/chapter2/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) find_package(Qt6 REQUIRED COMPONENTS QmlCompiler) qt_standard_project_setup( - REQUIRES 6.6 + REQUIRES 6.8 ) qt_add_plugin(HelloWorldPlugin) diff --git a/examples/qmlcompiler/tutorials/helloworld/chapter3/CMakeLists.txt b/examples/qmlcompiler/tutorials/helloworld/chapter3/CMakeLists.txt index b9466b61b3..bd77de8825 100644 --- a/examples/qmlcompiler/tutorials/helloworld/chapter3/CMakeLists.txt +++ b/examples/qmlcompiler/tutorials/helloworld/chapter3/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) find_package(Qt6 REQUIRED COMPONENTS QmlCompiler) qt_standard_project_setup( - REQUIRES 6.6 + REQUIRES 6.8 ) qt_add_plugin(HelloWorldPlugin) |
