Skip to content

Commit 8896e2a

Browse files
committed
feat(build): exclude Qt6Pdf libraries from build
- Added "bin_excludes" option to prevent inclusion of Qt6Pdf.dll and Qt6PdfWidgets.dll in the build process.
1 parent 9252936 commit 8896e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"silent_level": 1,
5959
"silent": True,
6060
"excludes": ["PySide6", "pydoc_data", "email", "tkinter", "PyQt5", "PySide2", "unittest"],
61+
"bin_excludes": ["Qt6Pdf.dll", "Qt6PdfWidgets.dll"],
6162
"zip_exclude_packages": ["*"],
6263
"build_exe": "dist",
6364
"include_msvcr": True,

0 commit comments

Comments
 (0)