Skip to content

Commit

Permalink
don't bundle any Qt components in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Sep 10, 2024
1 parent 0cfe8e4 commit c595576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/MSWindows/MINGW_BUILD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,9 @@ for i in `seq 4`; do
find share/icons -type d -exec rmdir {} \; 2> /dev/null
done

#no qt in this branch
rm qt.conf

#leave ./dist
popd > /dev/null

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1713,6 +1713,8 @@ def add_service_exe(script, icon, base_name):
#this is a mac osx thing:
"ctypes.macholib")

remove_packages("PyQt6")

if webcam_ENABLED:
external_includes.append("cv2")
else:
Expand Down

0 comments on commit c595576

Please sign in to comment.