diff --git a/python/PyQt/CMakeLists.txt b/python/PyQt/CMakeLists.txt index a3e3d81a419..2a8916ee52b 100644 --- a/python/PyQt/CMakeLists.txt +++ b/python/PyQt/CMakeLists.txt @@ -13,6 +13,7 @@ set(PYQT_COMPAT_FILES QtWebEngineCore.py QtWebEngineQuick.py QtWebEngineWidgets.py + QtMultimedia.py QtNetwork.py QtXml.py QtQuickWidgets.py diff --git a/python/PyQt/PyQt/QtMultimedia.py.in b/python/PyQt/PyQt/QtMultimedia.py.in new file mode 100644 index 00000000000..3e21c537768 --- /dev/null +++ b/python/PyQt/PyQt/QtMultimedia.py.in @@ -0,0 +1,24 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtMultimedia.py + --------------------- + Date : January 2025 + Copyright : (C) 2025 by Julien Cabieces + Email : julien dot cabieces at oslandia dot com +*************************************************************************** +* * +* This program is free software; you can redistribute it and/or modify * +* it under the terms of the GNU General Public License as published by * +* the Free Software Foundation; either version 2 of the License, or * +* (at your option) any later version. * +* * +*************************************************************************** +""" + +__author__ = 'Julien Cabieces' +__date__ = 'January 2025' +__copyright__ = '(C) 2025, Julien Cabieces' + +from PyQt@QT_VERSION_MAJOR@.QtMultimedia import *