File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Libs/Scripting/Python/Core Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ macro(ctkMacroSetupQt)
33
33
if (CTK_QT_VERSION VERSION_GREATER "4" )
34
34
cmake_minimum_required (VERSION 2.8.12 )
35
35
find_package (Qt5 COMPONENTS Core )
36
- set (CTK_QT5_COMPONENTS Core Xml XmlPatterns Concurrent Sql Test )
36
+ set (CTK_QT5_COMPONENTS Core Xml XmlPatterns Concurrent Sql Test Multimedia )
37
37
if (CTK_ENABLE_Widgets OR CTK_LIB_Widgets OR CTK_LIB_CommandLineModules/Frontend/QtGui OR CTK_BUILD_ALL OR CTK_BUILD_ALL_LIBRARIES )
38
38
list (APPEND CTK_QT5_COMPONENTS Widgets OpenGL UiTools )
39
39
endif ()
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if(NOT DEFINED PYTHONQT_INSTALL_DIR)
31
31
list (APPEND proj_DEPENDENCIES VTK )
32
32
endif ()
33
33
34
- set (qtlibs core gui network opengl sql svg uitools xml )
34
+ set (qtlibs core gui multimedia network opengl sql svg uitools xml )
35
35
36
36
# Enable Qt libraries PythonQt wrapping if required
37
37
if (CTK_QT_VERSION VERSION_GREATER "4" )
@@ -82,7 +82,7 @@ if(NOT DEFINED PYTHONQT_INSTALL_DIR)
82
82
ctkFunctionExtractOptimizedLibrary (PYTHON_LIBRARIES PYTHON_LIBRARY )
83
83
84
84
if (CTK_QT_VERSION VERSION_GREATER "4" )
85
- set (revision_tag c306140442feb6e76d4bae672c48cd7f11d9b0cd ) # patched-9
85
+ set (revision_tag c4a5a155b2942d4b003862c3317105b4a1ea6755 ) # patched-9
86
86
else ()
87
87
set (revision_tag 90c08fb0d523622d2de9e7a91f4ef116a66a8801 ) # patched-5
88
88
endif ()
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ set(KIT_resources
28
28
#
29
29
# Configure file describing which Qt modules are wrapped
30
30
#
31
- set (QT_PYTHON_WRAPPED_LIBRARIES_LIST Core Gui Widgets Network OpenGL Sql Svg UiTools WebKit WebKitWidgets Xml XmlPatterns )
31
+ set (QT_PYTHON_WRAPPED_LIBRARIES_LIST Core Gui Widgets Multimedia Network OpenGL Sql Svg UiTools WebKit WebKitWidgets Xml XmlPatterns )
32
32
foreach (qtlib ${QT_PYTHON_WRAPPED_LIBRARIES_LIST} )
33
33
string (TOUPPER ${qtlib} qtlib )
34
34
set (CTK_PYTHONQT_WRAP_QT${qtlib} ${CTK_LIB_Scripting/Python/Core_PYTHONQT_WRAP_QT${qtlib}} )
Original file line number Diff line number Diff line change 10
10
#cmakedefine CTK_PYTHONQT_WRAP_QTCORE
11
11
#cmakedefine CTK_PYTHONQT_WRAP_QTGUI
12
12
#cmakedefine CTK_PYTHONQT_WRAP_QTWIDGETS
13
+ #cmakedefine CTK_PYTHONQT_WRAP_QTMULTIMEDIA
13
14
#cmakedefine CTK_PYTHONQT_WRAP_QTNETWORK
14
15
#cmakedefine CTK_PYTHONQT_WRAP_QTOPENGL
15
16
#cmakedefine CTK_PYTHONQT_WRAP_QTPRINTSUPPORT
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ set(ctk_library_options
11
11
PYTHONQT_WRAP_QTCORE:OFF
12
12
PYTHONQT_WRAP_QTGUI:OFF
13
13
PYTHONQT_WRAP_QTWIDGETS:OFF
14
+ PYTHONQT_WRAP_QTMULTIMEDIA:OFF
14
15
PYTHONQT_WRAP_QTNETWORK:OFF
15
16
PYTHONQT_WRAP_QTOPENGL:OFF
16
17
PYTHONQT_WRAP_QTPRINTSUPPORT:OFF
You can’t perform that action at this time.
0 commit comments