Skip to content

Commit

Permalink
#4314 do include PyQt6 with win32 fat builds
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 3, 2024
1 parent 46323a3 commit 0c1b297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packaging/MSWindows/BUILD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if [ "${DO_FULL}" == "0" ]; then
BUILD_OPTIONS="${BUILD_OPTIONS} --with-Os"
shift
else
BUILD_OPTIONS="${BUILD_OPTIONS} --with-qt6_client"
BUILD_TYPE="Full"
fi
if [ "${DO_CUDA}" == "0" ]; then
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,9 @@ def add_service_exe(script, icon, base_name) -> None:
if client_ENABLED:
external_includes.append("pyvda")

if qt6_client_ENABLED:
external_includes.append("PyQt6")

external_includes.append("cairo")
external_includes.append("certifi")

Expand Down

0 comments on commit 0c1b297

Please sign in to comment.