summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@gmail.com>2022-06-14 15:18:48 +0200
committerLars Knoll <lars.knoll@gmail.com>2022-06-16 16:41:12 +0200
commitc403e775f60a5d02e761904342ac243be1f22597 (patch)
treed32406ff9e895d80f32e50be3ccebab6a8cadaa6 /sync.profile
parentd97d90df74bf9ebfe3574763aba82ebf28409730 (diff)
Split spatial audio out into a lib of its own
Move the classes from src/multimedia/spatial into its own QtSpatialAudio library. This is required to keep Qt Multimedia compatible with the requirements from the KDE Free Qt Foundation agreement, as well as to keep license compatibility with existing applications licensed under GPLv2 that are using Qt Multimedia. Moving the classes into a module of their own required a few additional changes to ensure we generate proper documentation for the new spatial audio module. To align the API between C++ and QML, the QML import was also renamed to QtQuick3D.SpatialAudio. Pick-to: 6.4 Change-Id: Ia3f9ac5e1edac4b1e07d3302d7a229ada5bdc038 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 1b63cb009..fd8c7f793 100644
--- a/sync.profile
+++ b/sync.profile
@@ -2,7 +2,8 @@
"QtMultimedia" => "$basedir/src/multimedia",
"QtMultimediaWidgets" => "$basedir/src/multimediawidgets",
"QtMultimediaQuick" => "$basedir/src/multimediaquick",
- "QtQuick3DAudio" => "$basedir/src/multimediaquick3d",
+ "QtSpatialAudio" => "$basedir/src/spatialaudio",
+ "QtQuick3DSpatialAudio" => "$basedir/src/spatialaudioquick3d",
);
%moduleheaders = ( # restrict the module headers to those found in relative path