Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QtMultimedia wrapper not available in PythonQt #990

Closed
atracsys-sbt opened this issue Aug 17, 2021 · 1 comment
Closed

QtMultimedia wrapper not available in PythonQt #990

atracsys-sbt opened this issue Aug 17, 2021 · 1 comment

Comments

@atracsys-sbt
Copy link
Contributor

atracsys-sbt commented Aug 17, 2021

Hi,
I've been trying to use QSound in Python through PythonQt, but the option for QtMultimedia doesn't show up in the cmake configuration of CTK even with Python wrapping enabled.
After I tried to edit the PythonQt.cmake to add the module as below:
set(qtlibs core gui multimedia network opengl sql svg uitools xml)
the option for QtMultimedia shows up in CMake, but after generation it is not included in the build.
Is there a reason why this Qt module is not included like the others ? Can it be fixed ?
Thanks

@atracsys-sbt atracsys-sbt changed the title QtMultimedia not available QtMultimedia wrapper not available in PythonQt Aug 17, 2021
@atracsys-sbt
Copy link
Contributor Author

Issue fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant