summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-10-23 16:34:18 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2023-10-24 16:18:05 +0200
commit6aa641c7a2d77de03857a002f80cda525c3065bd (patch)
tree3ad661847166a203aef7f9cc62d86329a8dd8d33 /tests
parent76d5c4992dff683fd6684864f620c593f5263f4b (diff)
Fix CMake config after move of example to manual tests
Amends commit acb68bd3bbbc0001bcf460dd175ff92cc3ce594a to change its use of qt_internal_add_example() - appropriate where it came from, not where it was moved to - to plain add_subdirectory(). Pick-to: 6.6 6.5 Change-Id: Ie5ea13f8ba57154c0ae1fb44be9a327c88e3b4e2 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt
index f7e9c6c5d..87ae459fd 100644
--- a/tests/manual/CMakeLists.txt
+++ b/tests/manual/CMakeLists.txt
@@ -15,5 +15,5 @@ if(TARGET Qt::WaylandCompositor)
endif()
if(QT_FEATURE_opengl AND TARGET Qt::Quick AND TARGET Qt::WaylandClient)
- qt_internal_add_example(server-buffer)
+ add_subdirectory(server-buffer)
endif()