File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ endif()
7676set (qtlib_to_wraplib_Widgets gui)
7777set (qtlib_to_wraplib_WebKitWidgets webkit)
7878
79- set (qt5_wrapped_lib_depends_gui Multimedia PrintSupport)
80- set (qt5_wrapped_lib_depends_multimedia MultimediaWidgets)
81- set (qt5_wrapped_lib_depends_quick QuickWidgets)
79+ set (qt_wrapped_lib_depends_gui Multimedia PrintSupport)
80+ set (qt_wrapped_lib_depends_multimedia MultimediaWidgets)
81+ set (qt_wrapped_lib_depends_quick QuickWidgets)
8282
8383foreach (qtlib ${qtlibs} )
8484 string (TOLOWER ${qtlib} qtlib_lowercase)
@@ -119,7 +119,7 @@ set(qt_required_components Core Widgets)
119119foreach (qtlib ${qtlibs} )
120120 set (qt_wrapped_lib ${qtlib_to_wraplib_${qtlib} })
121121 if (${PythonQt_Wrap_Qt${qt_wrapped_lib} })
122- list (APPEND qt_required_components ${qtlib} ${qt ${PythonQt_QT_VERSION} _wrapped_lib_depends_ ${qt_wrapped_lib} })
122+ list (APPEND qt_required_components ${qtlib} ${qt_wrapped_lib_depends_ ${qt_wrapped_lib} })
123123 endif ()
124124endforeach ()
125125if (BUILD_TESTING)
You can’t perform that action at this time.
0 commit comments