aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Oberst <[email protected]>2025-03-07 11:37:54 +0100
committerDennis Oberst <[email protected]>2025-03-10 09:14:24 +0100
commita2fef7d2145daa7e363998801332bd4fe66051c4 (patch)
tree2b653b77b2b8b6ac3d62f4dd4a56c9cd8f66b476
parentfa1d75718121427647db63c1437c2b880717bcb1 (diff)
Examples: Add explicit 6.9 project setup for private library users
Looking up private libraries requires version 6.9 or higher. Amends: f71e2f99556c59f6f75fcc420542a67cef917f22. Pick-to: 6.9 Change-Id: I3a22893aef4dda6825955157667bec38f7b82b96 Reviewed-by: Alexey Edelev <[email protected]>
-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