Skip to content

Commit

Permalink
Prune included binaries.
Browse files Browse the repository at this point in the history
Hopefully get rid of Qt Quick 3D (as opposed to Qt Quick).

part of CURA-11622
  • Loading branch information
rburema committed Dec 10, 2024
1 parent 55f59b7 commit cc93e8c
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit cc93e8c

Please sign in to comment.