aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qmlcompiler/tutorials/helloworld/chapter2
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlcompiler/tutorials/helloworld/chapter2')
-rw-r--r--examples/qmlcompiler/tutorials/helloworld/chapter2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)