File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ set(qtlib_to_wraplib_Widgets gui)
86
86
set (qtlib_to_wraplib_WebKitWidgets webkit)
87
87
88
88
set (qt5_wrapped_lib_depends_gui Multimedia PrintSupport)
89
+ set (qt5_wrapped_lib_depends_multimedia MultimediaWidgets)
89
90
set (qt5_wrapped_lib_depends_quick QuickWidgets)
90
91
91
92
foreach (qtlib ${qtlibs} )
@@ -143,7 +144,7 @@ endif()
143
144
list (REMOVE_DUPLICATES qt_required_components)
144
145
145
146
message (STATUS "${PROJECT_NAME} : Required Qt components [${qt_required_components} ]" )
146
- find_package (Qt5 ${minimum_required_qt_version} COMPONENTS ${qt_required_components} MultimediaWidgets REQUIRED)
147
+ find_package (Qt5 ${minimum_required_qt_version} COMPONENTS ${qt_required_components} REQUIRED)
147
148
148
149
set (QT_LIBRARIES )
149
150
foreach (qtlib ${qt_required_components} )
@@ -321,7 +322,6 @@ target_compile_options(PythonQt PRIVATE
321
322
target_link_libraries (PythonQt
322
323
${PYTHON_LIBRARY}
323
324
${QT_LIBRARIES}
324
- Qt5::MultimediaWidgets
325
325
)
326
326
327
327
#-----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments