mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 22:29:41 +08:00
Prune included binaries.
Hopefully get rid of Qt Quick 3D (as opposed to Qt Quick). part of CURA-11622
This commit is contained in:
parent
55f59b7971
commit
cc93e8c866
@ -103,14 +103,6 @@ pyinstaller:
|
||||
- "PyQt6.Qt"
|
||||
- "PyQt6.Qt6"
|
||||
- "PyQt6.QtQml"
|
||||
- "PyQt6.QtQuick"
|
||||
- "PyQt6.QtQuick.Widgets"
|
||||
- "PyQt6.QtQuick.Controls"
|
||||
- "PyQt6.QtQuick.Dialogs"
|
||||
- "PyQt6.QtQuick.Layouts"
|
||||
- "PyQt6.QtWidgets"
|
||||
- "PyQt6.QtDBus"
|
||||
- "PyQt6.QtGui"
|
||||
- "PyQt6.QtNetwork"
|
||||
- "PyQt6.sip"
|
||||
- "logging.handlers"
|
||||
@ -120,13 +112,6 @@ pyinstaller:
|
||||
- "serial"
|
||||
- "win32cred"
|
||||
- "win32timezone"
|
||||
- "win32ctypes.core.ctypes"
|
||||
- "win32ctypes.core.ctypes._common"
|
||||
- "win32ctypes.core.ctypes._dll"
|
||||
- "win32ctypes.core.ctypes._resource"
|
||||
- "win32ctypes.core.ctypes._system_information"
|
||||
- "win32ctypes.core.ctypes._time"
|
||||
- "win32ctypes.core.ctypes._authentication"
|
||||
- "pkgutil"
|
||||
collect_all:
|
||||
- "cura"
|
||||
@ -139,14 +124,6 @@ pyinstaller:
|
||||
- "PyQt6.Qt"
|
||||
- "PyQt6.Qt6"
|
||||
- "PyQt6.QtQml"
|
||||
- "PyQt6.QtQuick"
|
||||
- "PyQt6.QtQuick.Widgets"
|
||||
- "PyQt6.QtQuick.Controls"
|
||||
- "PyQt6.QtQuick.Dialogs"
|
||||
- "PyQt6.QtQuick.Layouts"
|
||||
- "PyQt6.QtWidgets"
|
||||
- "PyQt6.QtDBus"
|
||||
- "PyQt6.QtGui"
|
||||
- "PyQt6.QtNetwork"
|
||||
- "PyQt6.sip"
|
||||
- "stl"
|
||||
|
Loading…
x
Reference in New Issue
Block a user