diff options
author | Fabian Kosmale <[email protected]> | 2024-07-02 11:05:20 +0200 |
---|---|---|
committer | Fabian Kosmale <[email protected]> | 2024-07-03 08:43:43 +0200 |
commit | 2a32ec77c088a4d4c3dd574b4293ed4b6db2e821 (patch) | |
tree | 92ad916c1134647f48d911fa3947147a4f99ada5 /examples/quick/quick-accessibility | |
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 <[email protected]>
Reviewed-by: Olivier De Cannière <[email protected]>
Diffstat (limited to 'examples/quick/quick-accessibility')
-rw-r--r-- | examples/quick/quick-accessibility/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/quick-accessibility/CMakeLists.txt b/examples/quick/quick-accessibility/CMakeLists.txt index 1501537b7b..b28f545ef2 100644 --- a/examples/quick/quick-accessibility/CMakeLists.txt +++ b/examples/quick/quick-accessibility/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_AUTOMOC ON) find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick) -qt_standard_project_setup(REQUIRES 6.5) +qt_standard_project_setup(REQUIRES 6.8) qt_add_executable(quick-accessibility WIN32 |