diff --git a/examples/quick/scenegraph/customrendernode/CMakeLists.txt b/examples/quick/scenegraph/customrendernode/CMakeLists.txt index c00f019839..74ea76cde1 100644 --- a/examples/quick/scenegraph/customrendernode/CMakeLists.txt +++ b/examples/quick/scenegraph/customrendernode/CMakeLists.txt @@ -6,7 +6,7 @@ project(customrendernode LANGUAGES CXX) find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick ShaderTools) -qt_standard_project_setup() +qt_standard_project_setup(REQUIRES 6.9) qt_add_executable(customrendernode WIN32 MACOSX_BUNDLE main.cpp diff --git a/examples/quick/scenegraph/rhitextureitem/CMakeLists.txt b/examples/quick/scenegraph/rhitextureitem/CMakeLists.txt index 9440c7b25b..6297bce03a 100644 --- a/examples/quick/scenegraph/rhitextureitem/CMakeLists.txt +++ b/examples/quick/scenegraph/rhitextureitem/CMakeLists.txt @@ -6,7 +6,7 @@ project(rhitextureitem LANGUAGES CXX) find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick ShaderTools) -qt_standard_project_setup() +qt_standard_project_setup(REQUIRES 6.9) qt_add_executable(rhitextureitem WIN32 MACOSX_BUNDLE rhitextureitem.cpp rhitextureitem.h diff --git a/examples/quick/scenegraph/rhiunderqml/CMakeLists.txt b/examples/quick/scenegraph/rhiunderqml/CMakeLists.txt index c1fdc114b6..64137eeb0d 100644 --- a/examples/quick/scenegraph/rhiunderqml/CMakeLists.txt +++ b/examples/quick/scenegraph/rhiunderqml/CMakeLists.txt @@ -6,7 +6,7 @@ project(rhiunderqml LANGUAGES CXX) find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick ShaderTools) -qt_standard_project_setup() +qt_standard_project_setup(REQUIRES 6.9) qt_add_executable(rhiunderqml WIN32 MACOSX_BUNDLE main.cpp