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/quickcontrols/filesystemexplorer | |
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/quickcontrols/filesystemexplorer')
-rw-r--r-- | examples/quickcontrols/filesystemexplorer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/filesystemexplorer/CMakeLists.txt b/examples/quickcontrols/filesystemexplorer/CMakeLists.txt index 26427a6ed1..a812dafd73 100644 --- a/examples/quickcontrols/filesystemexplorer/CMakeLists.txt +++ b/examples/quickcontrols/filesystemexplorer/CMakeLists.txt @@ -10,7 +10,7 @@ if (ANDROID OR IOS) endif () find_package(Qt6 REQUIRED COMPONENTS Core Gui Quick QuickControls2 Svg) -qt_standard_project_setup(REQUIRES 6.5) +qt_standard_project_setup(REQUIRES 6.8) qt_add_executable(filesystemexplorer main.cpp |