Skip to content

Commit

Permalink
Added hidden import QtMultimedia
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAntTeam committed Aug 11, 2024
1 parent b54d276 commit 93dc551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TheAntFarm/the_ant_farm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ a = Analysis(
pathex=[],
binaries=[],
datas=[('controller','controller'),('macros','macros'),('resources','resources'),('settings_manager','settings_manager'),('shape_core','shape_core'),('ui_manager','ui_manager'),('style_manager.py', '.'),('double_side_manager.py', '.'),('log_manager.py', '.'),('serial_manager.py', '.'),('ui_the_ant_farm.py', '.'),('vispy_qt_widget.py', '.'),('app_resources_rc.py', '.'),('the_ant_farm.ui', '.'),('serial_manager.py', '.'),('executable_path_checker.py', '.'),('combobox_filter_enter.py', '.'),('qledlabel.py', '.'),('qcamera_label.py', '.')],
hiddenimports=['PySide2.QtCore', 'PySide2.QtGui', 'PySide2.QtSerialPort', 'shiboken2.shiboken2', 'vispy', 'vispy.app.backends._pyside2', 'vispy.app.qt', 'gerber', 'pyclipper', 'shapely', 'shapely.ops', 'shapely.validation', 'scipy.interpolate', 'qimage2ndarray', 'cv2'],
hiddenimports=['PySide2.QtCore', 'PySide2.QtGui', 'PySide2.QtSerialPort', 'PySide2.QtMultimedia', 'shiboken2.shiboken2', 'vispy', 'vispy.app.backends._pyside2', 'vispy.app.qt', 'gerber', 'pyclipper', 'shapely', 'shapely.ops', 'shapely.validation', 'scipy.interpolate', 'qimage2ndarray', 'cv2'],
hookspath=['.'],
hooksconfig={},
runtime_hooks=[],
Expand Down

0 comments on commit 93dc551

Please sign in to comment.