qt6.5: update to Qt 6.5.3

Change-Id: I43838bf36ee0d174834e5312f62865b56a77484b
This commit is contained in:
lcoursodon
2023-11-27 11:07:12 -05:00
parent ed78c35fda
commit f457ed5076
22 changed files with 376 additions and 1620 deletions

View File

@@ -28,7 +28,7 @@ mutually exclusive required arguments:
-z, --zip Build portable archive
examples:
1. build.py --qt=C:/Qt/6.4.3/msvc2019_64 # Build the app using a specific Qt
1. build.py --qt=C:/Qt/6.5.3/msvc2019_64 # Build the app using a specific Qt
2. build.py --init pack --msi # Build the app and an MSI installer
3. build.py --init --tests # Build the app and run tests
build.py pack --zip --skip-build # Generate a 7z archive of the app