Skip to content

Commit

Permalink
Exclude some Qt modules from build (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob authored Sep 15, 2024
1 parent 755409c commit 4d679ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion BlackboardSync.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ a = Analysis(
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
excludes=[
'PyQt6.QtQml',
'PyQt6.QtQuick',
'PyQt6.QtQuick3D',
'PyQt6.QtSensors',
'PyQt6.QtPositioning',
'PyQt6.QtOpenGL',
'PyQt6.QtPdf',
],
noarchive=False,
optimize=0,
)
Expand Down

0 comments on commit 4d679ae

Please sign in to comment.