summaryrefslogtreecommitdiffstats
path: root/util
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 /util
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 'util')
-rw-r--r--util/adt_generate_qt.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/adt_generate_qt.m b/util/adt_generate_qt.m
index c4b6af956..aeef97b49 100644
--- a/util/adt_generate_qt.m
+++ b/util/adt_generate_qt.m
@@ -83,7 +83,7 @@ function adt_generate_qt()
fprintf(outfile, "****************************************************************************/\n");
fprintf(outfile, "#ifndef QAMBISONICDECODERDATA_P_H\n");
fprintf(outfile, "#define QAMBISONICDECODERDATA_P_H\n\n");
- fprintf(outfile, "#include <qtmultimediaglobal_p.h>\n\n");
+ fprintf(outfile, "#include <qtspatialaudioglobal_p.h>\n\n");
fprintf(outfile, "// W A R N I N G\n");
fprintf(outfile, "// -------------\n");
fprintf(outfile, "//\n");