aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/quick/scenegraph/customrendernode/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/rhitextureitem/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/rhiunderqml/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/scenegraph/customrendernode/CMakeLists.txt b/examples/quick/scenegraph/customrendernode/CMakeLists.txt
index 232565071b..a49eb7c02f 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 GuiPrivate 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 878f540ec7..0a28e9cae4 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 GuiPrivate 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 86526261bf..2f8b1a5745 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 GuiPrivate Qml Quick ShaderTools)
-qt_standard_project_setup()
+qt_standard_project_setup(REQUIRES 6.9)
qt_add_executable(rhiunderqml WIN32 MACOSX_BUNDLE
main.cpp