summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2024-03-07 16:08:52 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-07 20:44:52 +0000
commitbde7d5dc4c8e9ed68b9c85716d3661421ba8b1ef (patch)
tree5b721e8982e454d2369694c02b7ce5dcf2e1811b
parent0aa9cc3adb4d4f9b6054965cf1780dc9ba8857a6 (diff)
CMake: Use qt_internal_add_example for spatialaudio
spatialaudio is the actual project, not a subdirectory with separate examples. It should use qt_internal_add_example. Task-number: QTBUG-90820 Task-number: QTBUG-123096 Change-Id: I874a69f748685f4b28f03310bb51f420cd251a94 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 4a45c5f2e15d1639d286b2fe8c9aca4bfdb5c2ee) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 17fbd90a5dbdb3d2471087788b5b25d8fe809772)
-rw-r--r--examples/spatialaudio/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spatialaudio/CMakeLists.txt b/examples/spatialaudio/CMakeLists.txt
index b066621e6..0d92a79f5 100644
--- a/examples/spatialaudio/CMakeLists.txt
+++ b/examples/spatialaudio/CMakeLists.txt
@@ -1 +1 @@
-add_subdirectory(audiopanning)
+qt_internal_add_example(audiopanning)