diff options
Diffstat (limited to 'examples/qmlcompiler/tutorials')
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) |
